fix config

fork
Philipp Rothmann 2022-11-09 11:40:09 +01:00
parent 44e4e4eb42
commit b55eb16384
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False
# Set this to "true" to load the config from a Kubernetes serviceaccount
# running in a Kubernetes pod. Set it to "false" to load the config from the
# `KUBECONFIG` environment variable.
LOAD_INCLUSTER_CONFIG = os.environ.get(
"LOAD_INCLUSTER_CONFIG").lower() == "true"
LOAD_INCLUSTER_CONFIG = os.environ.get("LOAD_INCLUSTER_CONFIG") == "true"
AUTHENTIK_BASEURL = os.environ.get("AUTHENTIK_BASEURL")