2026-02-13 15:27:59 -05:00
|
|
|
DJANGO_DEBUG_FALSE=1
|
|
|
|
|
DJANGO_SECRET_KEY={{ secret_key.content | b64decode }}
|
|
|
|
|
DJANGO_ALLOWED_HOST={{ django_allowed_host }}
|
2026-02-18 21:12:01 -05:00
|
|
|
DATABASE_URL=postgresql://gamearray:{{ postgres_password }}@gamearray_postgres/gamearray
|
2026-02-13 15:27:59 -05:00
|
|
|
EMAIL_HOST_USER={{ email_host_user }}
|
|
|
|
|
EMAIL_HOST_PASSWORD={{ email_host_password }}
|
2026-02-18 21:12:01 -05:00
|
|
|
MAILGUN_API_KEY={{ mailgun_api_key }}
|