diff --git a/conf/dot_env b/conf/dot_env index ef812a3..3a00444 100644 --- a/conf/dot_env +++ b/conf/dot_env @@ -17,7 +17,7 @@ SECRET_KEY=__SECRETKEY__ # --------------------------------------------------------------- # your default timezone See https://timezonedb.com/time-zones for a list of timezones -TIMEZONE=__TIMEZONE__ +TZ=__TIMEZONE__ # add only a database password if you want to run with the default postgres, otherwise change settings accordingly DB_ENGINE=django.db.backends.postgresql @@ -97,7 +97,7 @@ DEFAULT_FROM_EMAIL=tandoor@__DOMAIN__ # allow authentication via reverse proxy (e.g. authelia), leave off if you dont know what you are doing # see docs for more information https://vabene1111.github.io/recipes/features/authentication/ # when unset: 0 (false) -REVERSE_PROXY_AUTH=0 +REMOTE_USER_AUTH=0 # Default settings for spaces, apply per space and can be changed in the admin view # SPACE_DEFAULT_MAX_RECIPES=0 # 0=unlimited recipes