From bd7ae3a7bf79699851f4fb92d5b57d1a26e4af94 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 21 May 2021 17:21:17 +0200 Subject: [PATCH] Disable strict IP checks for internal IP --- settings_local.py.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings_local.py.tmpl b/settings_local.py.tmpl index ab7762b..bce3d89 100644 --- a/settings_local.py.tmpl +++ b/settings_local.py.tmpl @@ -9,6 +9,8 @@ HAYSTACK_CONNECTIONS = { }, } +MAILMAN_ARCHIVER_FROM = ["*"] + {{ if eq (env "KEYCLOAK_SSO_ENABLED") "1" }} SOCIALACCOUNT_PROVIDERS = { 'keycloak': {