feat(admin-auth): add first-start onboarding flow and dev db reset command
This commit is contained in:
@ -3,4 +3,9 @@ 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"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user