Skip to content

Commit ad14a9c

Browse files
authored
fix(docker-compose): drop superuser creation for onboarding flow (#5340)
1 parent 52cf21b commit ad14a9c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ services:
3232

3333
ENVIRONMENT: production # set to 'production' in production.
3434
DJANGO_ALLOWED_HOSTS: '*' # Change this in production
35-
ALLOW_ADMIN_INITIATION_VIA_CLI: 'true' # Change this in production
3635
FLAGSMITH_DOMAIN: localhost:8000 # Change this in production
3736
DJANGO_SECRET_KEY: secret # Change this in production
38-
ENABLE_ADMIN_ACCESS_USER_PASS: 'true'
3937
# PREVENT_SIGNUP: 'true' # Uncomment to prevent additional signups
4038
# ALLOW_REGISTRATION_WITHOUT_INVITE: 'true'
4139

0 commit comments

Comments
 (0)