mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-06-18 21:02:38 +02:00
@@ -440,6 +440,7 @@ def create_app():
|
||||
|
||||
db.create_all()
|
||||
|
||||
app.config["LDAP_NO_READ_ENV"] = os.environ.get("LDAP_NO_READ_ENV") or app.config.get("LDAP_NO_READ_ENV")
|
||||
if not app.config.get("LDAP_NO_READ_ENV"):
|
||||
ldap_args = {
|
||||
"LDAP_SERVER" : os.environ["LDAP_SERVER"],
|
||||
|
||||
Reference in New Issue
Block a user