From 7507cae44c43e9e566bf55a8361d8509cee0e7dd Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 23 Feb 2021 20:56:53 +0100 Subject: [PATCH] added some info to .env for DB_OPTIONS --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 1146dd9f0..290782081 100644 --- a/.env.template +++ b/.env.template @@ -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