7 lines
337 B
Plaintext
7 lines
337 B
Plaintext
DATABASE_URL="postgresql://cms:cms_staging_password@localhost:55432/cms_staging?schema=public"
|
|
BETTER_AUTH_SECRET="replace-with-staging-secret"
|
|
BETTER_AUTH_URL="https://staging-admin.example.com"
|
|
CMS_ADMIN_ORIGIN="https://staging-admin.example.com"
|
|
CMS_WEB_ORIGIN="https://staging-web.example.com"
|
|
CMS_ADMIN_REGISTRATION_ENABLED="false"
|