Skip to content

Commit

Permalink
allowed hosts'
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 19, 2024
1 parent 3dba307 commit 57e6ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/.env.prod.docker-compose
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DJANGO_CONFIGURATION=ProductionConfiguration
DJANGO_CONFIGURATION=KitwareConfiguration
DJANGO_DATABASE_NAME=django
DJANGO_DATABASE_PASSWORD=postgres
DJANGO_DATABASE_URL=postgres://postgres:postgres@postgres:5432/django
Expand All @@ -10,3 +10,4 @@ DJANGO_STORAGE_BUCKET_NAME=django-storage
DJANGO_MINIO_STORAGE_ENDPOINT=minio:9000
DJANGO_CORS_ORIGIN_WHITELIST=http://batai.kitware.com
DJANGO_EMAIL_URL=submission://USER:[email protected]
DJANGO_ALLOWED_HOSTS=['batai.kitware.com']

0 comments on commit 57e6ca3

Please sign in to comment.