16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
DJANGO_SECRET_KEY=django-insecure-n^xvyde5bhrcpk))wj!z4+pczy+i&*6d97pe&)8_2_5+q5gl0=
|
|
ALLOWED_HOSTS=['0.0.0.0', 'localhost', '127.0.0.1']
|
|
DEBUG=True
|
|
DATABASE_URL=postgres://postgres:postgres@db:5432/postgres
|
|
DATABASE_NAME=postgres
|
|
DATABASE_USER=postgres
|
|
DATABASE_PASSWORD=postgres
|
|
DATABASE_HOST=db
|
|
DATABASE_PORT=5432
|
|
REDIS_URL=redis://redis:6379/0
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
REDIS_DB=0
|
|
REDIS_PASSWORD=
|
|
|