mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
DEBUG=1
|
|
ALLOWED_HOSTS=*
|
|
SECRET_KEY=
|
|
POSTGRES_HOST=db_recipes
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=djangodb
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_DB=djangodb |