added some info to .env for DB_OPTIONS

This commit is contained in:
vabene1111 2021-02-23 20:56:53 +01:00
parent 28312774bd
commit 7507cae44c

View File

@ -13,7 +13,7 @@ TIMEZONE=Europe/Berlin
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
DB_ENGINE=django.db.backends.postgresql
# DB_OPTIONS= {}
# DB_OPTIONS= {} # e.g. {"sslmode":"require"} to enable ssl
POSTGRES_HOST=db_recipes
POSTGRES_PORT=5432
POSTGRES_USER=djangouser