From 79efd94d6f1dc2405ba97a5de99287509899711b Mon Sep 17 00:00:00 2001 From: Jacob Gee-Clarke Date: Sun, 15 Jan 2023 13:51:09 +0000 Subject: [PATCH] Update .env.template Fixed broken URLs in .env.template --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 8bf5b484b..f0230072a 100644 --- a/.env.template +++ b/.env.template @@ -97,7 +97,7 @@ GUNICORN_MEDIA=0 # ACCOUNT_EMAIL_SUBJECT_PREFIX= # 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/ +# see docs for more information https://docs.tandoor.dev/features/authentication/ # when unset: 0 (false) REVERSE_PROXY_AUTH=0 @@ -126,7 +126,7 @@ REVERSE_PROXY_AUTH=0 # ENABLE_METRICS=0 # allows you to setup OAuth providers -# see docs for more information https://vabene1111.github.io/recipes/features/authentication/ +# see docs for more information https://docs.tandoor.dev/features/authentication/ # SOCIAL_PROVIDERS = allauth.socialaccount.providers.github, allauth.socialaccount.providers.nextcloud, # Should a newly created user from a social provider get assigned to the default space and given permission by default ?