17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
# Django
|
|
DJANGO_SETTINGS_MODULE=website.settings
|
|
DJANGO_SECRET_KEY=CWHZCAZBNV57tDkwGHJwTUu3PCSnGG45
|
|
DEBUG=TRUE
|
|
ALLOWED_HOSTS=localhost
|
|
|
|
# Database (PostgreSQL)
|
|
POSTGRES_DB=app
|
|
POSTGRES_USER=app
|
|
POSTGRES_PASSWORD=3yF8g5Bb7XXpNHgcrhwUqYFnPHRlHlIV
|
|
POSTGRES_HOST=db
|
|
POSTGRES_PORT=5432
|
|
|
|
# Gunicorn
|
|
GUNICORN_WORKERS=3
|
|
GUNICORN_TIMEOUT=120
|