9 lines
189 B
Bash
9 lines
189 B
Bash
DEBUG=1
|
|
SECRET_KEY=w(s0&(_eb058wvmg@44_repv8)r9@5p8fx*g_@c)1dm&d*ew^u
|
|
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
|
|
|
|
DB_NAME=rad
|
|
DB_HOST=db
|
|
DB_USER=django
|
|
DB_PASSWORD=postgres
|
|
DB_PORT=5432 |