12 lines
571 B
Plaintext
12 lines
571 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_SELF_REGISTRATION_ENABLED="false"
|
|
CMS_SUPPORT_USERNAME="support"
|
|
CMS_SUPPORT_EMAIL="support@admin.example.com"
|
|
CMS_SUPPORT_PASSWORD="replace-with-production-support-password"
|
|
CMS_SUPPORT_NAME="Technical Support"
|
|
CMS_SUPPORT_LOGIN_KEY="replace-with-production-support-login-key"
|