mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 22:58:19 -05:00
fixed missing entry in env template
This commit is contained in:
@@ -5,6 +5,8 @@ LETSENCRYPT_EMAIL=
|
|||||||
DEBUG=1
|
DEBUG=1
|
||||||
ALLOWED_HOSTS=*
|
ALLOWED_HOSTS=*
|
||||||
SECRET_KEY=
|
SECRET_KEY=
|
||||||
|
|
||||||
|
DB_ENGINE=django.db.backends.postgresql_psycopg2
|
||||||
POSTGRES_HOST=db_recipes
|
POSTGRES_HOST=db_recipes
|
||||||
POSTGRES_PORT=5432
|
POSTGRES_PORT=5432
|
||||||
POSTGRES_USER=djangodb
|
POSTGRES_USER=djangodb
|
||||||
|
|||||||
Reference in New Issue
Block a user