This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
# Django
|
||||
DJANGO_SETTINGS_MODULE=website.settings
|
||||
DJANGO_SECRET_KEY=test_key
|
||||
DJANGO_SECRET_KEY=CWHZCAZBNV57tDkwGHJwTUu3PCSnGG45
|
||||
DEBUG=TRUE
|
||||
ALLOWED_HOSTS=localhost
|
||||
|
||||
# Database (PostgreSQL)
|
||||
POSTGRES_DB=test_db
|
||||
POSTGRES_USER=test_user
|
||||
POSTGRES_PASSWORD=test_password
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DBNAME=test_dbname # == POSTGRES_DB
|
||||
POSTGRES_DB=test_db
|
||||
|
||||
# Gunicorn
|
||||
GUNICORN_WORKERS=3
|
||||
|
||||
Reference in New Issue
Block a user