Added back a line, previously removed by mistake during merge.

This commit is contained in:
Perjéssy Lóránt
2021-10-16 20:17:02 +02:00
parent 3ddeb203ab
commit a8be40f405

View File

@@ -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.