From 10170f63d032dde926b94919488f1ab02d34a0fe Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Sat, 27 Feb 2021 20:06:04 -0300 Subject: [PATCH] =?UTF-8?q?add=20load=20para=20vari=C3=A1vel=20de=20ambien?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sapl/settings.py b/sapl/settings.py index 7fdc64adc..9b4076042 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -27,6 +27,7 @@ host = socket.gethostbyname_ex(socket.gethostname())[0] BASE_DIR = Path(__file__).ancestor(1) PROJECT_DIR = Path(__file__).ancestor(2) +SAPL_AS_SAPN = config('SAPL_AS_SAPN', default=False, cast=bool) # SECURITY WARNING: keep the secret key used in production secret!