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!