feat: fix storage provider
This commit is contained in:
parent
c9af76224f
commit
2aaac8633b
|
|
@ -25,7 +25,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
|
|||
</head>
|
||||
<body className={clsx(chakra.className, 'text-primary dark')}>
|
||||
<VariableContextComponent
|
||||
storageProvider={process.env.NEXT_PUBLIC_STORAGE_PROVIDER! as 'local' | 'cloudflare'}
|
||||
storageProvider={process.env.STORAGE_PROVIDER! as 'local' | 'cloudflare'}
|
||||
backendUrl={process.env.NEXT_PUBLIC_BACKEND_URL!}
|
||||
plontoKey={process.env.NEXT_PUBLIC_POLOTNO!}
|
||||
billingEnabled={!!process.env.STRIPE_PUBLISHABLE_KEY}
|
||||
|
|
|
|||
Loading…
Reference in New Issue