7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
DATABASE_URL="postgresql://cms:cms_production_password@localhost:65432/cms_production?schema=public"
|
|
BETTER_AUTH_SECRET="replace-with-production-secret"
|
|
BETTER_AUTH_URL="https://admin.example.com"
|
|
CMS_ADMIN_ORIGIN="https://admin.example.com"
|
|
CMS_WEB_ORIGIN="https://www.example.com"
|
|
CMS_ADMIN_REGISTRATION_ENABLED="false"
|