mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
corrected .env template
This commit is contained in:
@@ -8,8 +8,8 @@ ALLOWED_HOSTS=*
|
|||||||
SECRET_KEY=
|
SECRET_KEY=
|
||||||
|
|
||||||
# serve mediafiles directly using gunicorn, technically not a "best practice" but for the expected small deployments
|
# serve mediafiles directly using gunicorn, technically not a "best practice" but for the expected small deployments
|
||||||
# of this application absolutely sufficient. If False some kind of webserver (for example nginx) is needed to server mediafiles
|
# of this application absolutely sufficient. If 0 (False) some kind of webserver (for example nginx) is needed to server mediafiles
|
||||||
GUNICORN_MEDIA=True
|
GUNICORN_MEDIA=1
|
||||||
|
|
||||||
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
|
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
|
||||||
DB_ENGINE=django.db.backends.postgresql_psycopg2
|
DB_ENGINE=django.db.backends.postgresql_psycopg2
|
||||||
|
|||||||
Reference in New Issue
Block a user