10 lines
169 B
Bash
10 lines
169 B
Bash
DEBUG=True
|
|
SECRET_KEY='your-secure-key'
|
|
|
|
DATABASE_NAME=postgres_dev
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_PASSWORD=testpassword
|
|
DATABASE_HOST=postgres
|
|
DATABASE_PORT=5432
|
|
|