We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b57ba commit ebc548dCopy full SHA for ebc548d
config.env.py
@@ -19,5 +19,6 @@
19
SQLALCHEMY_DATABASE_URI = environ.get("PACKET_DATABASE_URI", None)
20
SQLALCHEMY_TRACK_MODIFICATIONS = False
21
22
+# LDAP config
23
LDAP_BIND_DN = environ.get("PACKET_LDAP_BIND_DN", None)
24
LDAP_BIND_PASS = environ.get("PACKET_LDAP_BIND_PASS", None)
0 commit comments