From 5aa918f478379bb5c622149de3ed6fa46387e980 Mon Sep 17 00:00:00 2001 From: Vegetto Date: Sat, 20 Feb 2021 16:53:02 +0100 Subject: [PATCH] Document DB_OPTIONS env --- .env.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.template b/.env.template index ecc63919..1146dd9f 100644 --- a/.env.template +++ b/.env.template @@ -13,6 +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= {} POSTGRES_HOST=db_recipes POSTGRES_PORT=5432 POSTGRES_USER=djangouser