mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-01 00:18:18 +02:00
Update default SAML config location (#10)
This commit is contained in:
parent
0c295d1de5
commit
d016e8335e
@ -4,7 +4,4 @@ import os
|
||||
OPENID_CONFIG_URL = os.environ.get("OPENID_CONFIG_URL", "")
|
||||
|
||||
# Applicable for SAML Auth
|
||||
SAML_CONF_DIR = (
|
||||
os.environ.get("SAML_CONF_DIR")
|
||||
or "/app/danswer/backend/ee/danswer/configs/saml_config"
|
||||
)
|
||||
SAML_CONF_DIR = os.environ.get("SAML_CONF_DIR") or "/app/ee/danswer/configs/saml_config"
|
||||
|
Loading…
x
Reference in New Issue
Block a user