|
|
|
@ -24,9 +24,9 @@ services:
|
|
|
|
|
# UI: https://docs.flagsmith.com/deployment/locally-frontend#environment-variables
|
|
|
|
|
|
|
|
|
|
ENV: prod # set to "prod" in production.
|
|
|
|
|
DJANGO_ALLOWED_HOSTS: '*' # Change this in production
|
|
|
|
|
DJANGO_ALLOWED_HOSTS: "*" # Change this in production
|
|
|
|
|
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
|
|
|
|
|
USE_POSTGRES_FOR_ANALYTICS: 'True' # Store API and Flag Analytics data in Postgres
|
|
|
|
|
USE_POSTGRES_FOR_ANALYTICS: "True" # Store API and Flag Analytics data in Postgres
|
|
|
|
|
# PREVENT_SIGNUP: 'True' # Uncomment to prevent additional signups
|
|
|
|
|
# ENABLE_ADMIN_ACCESS_USER_PASS: True # set to True to enable access to the /admin/ Django backend via your username and password
|
|
|
|
|
# ALLOW_REGISTRATION_WITHOUT_INVITE: True
|
|
|
|
|