From a8be40f405175d18e73307be39a2ebd23f170c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perj=C3=A9ssy=20L=C3=B3r=C3=A1nt?= Date: Sat, 16 Oct 2021 20:17:02 +0200 Subject: [PATCH] Added back a line, previously removed by mistake during merge. --- .env.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.template b/.env.template index 86143e95f..6fba0dd78 100644 --- a/.env.template +++ b/.env.template @@ -120,6 +120,7 @@ REVERSE_PROXY_AUTH=0 # Django session cookie settings. Can be changed to allow a single django application to authenticate several applications # when running under the same database # SESSION_COOKIE_DOMAIN=.example.com +# SESSION_COOKIE_NAME=sessionid # use this only to not interfere with non unified django applications under the same top level domain # by default SORT_TREE_BY_NAME is disabled this will store all Keywords and Food in the order they are created # enabling this setting makes saving new keywords and foods very slow, which doesn't matter in most usecases.