We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cf21b commit ad14a9cCopy full SHA for ad14a9c
1 file changed
docker-compose.yml
@@ -32,10 +32,8 @@ services:
32
33
ENVIRONMENT: production # set to 'production' in production.
34
DJANGO_ALLOWED_HOSTS: '*' # Change this in production
35
- ALLOW_ADMIN_INITIATION_VIA_CLI: 'true' # Change this in production
36
FLAGSMITH_DOMAIN: localhost:8000 # Change this in production
37
DJANGO_SECRET_KEY: secret # Change this in production
38
- ENABLE_ADMIN_ACCESS_USER_PASS: 'true'
39
# PREVENT_SIGNUP: 'true' # Uncomment to prevent additional signups
40
# ALLOW_REGISTRATION_WITHOUT_INVITE: 'true'
41
0 commit comments