7 lines
193 B
Text
7 lines
193 B
Text
SECRET_KEY=something-very-random
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_PORT=5432
|
|
DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
|
|
DEBUG=True
|
|
DJANGO_ENV=all
|