Skip to content

Commit

Permalink
chore: Fix inconsistency in environment variables between the docs an…
Browse files Browse the repository at this point in the history
…dd docker-compose.yml (#3471)
  • Loading branch information
zsiciarz authored Feb 27, 2024
1 parent aecd402 commit b68d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
USE_POSTGRES_FOR_ANALYTICS: 'true' # Store API and Flag Analytics data in Postgres

ENV: prod # set to 'prod' in production.
ENVIRONMENT: production # set to 'production' in production.
DJANGO_ALLOWED_HOSTS: '*' # Change this in production
ALLOW_ADMIN_INITIATION_VIA_CLI: 'true' # Change this in production
FLAGSMITH_DOMAIN: localhost:8000 # Change this in production
Expand Down

0 comments on commit b68d47c

Please sign in to comment.