Skip to content

Commit 874d13d

Browse files
committed
Adding LDAP creds
1 parent 8c568b0 commit 874d13d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.env.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717

1818
# SQLAlchemy config
1919
SQLALCHEMY_DATABASE_URI = environ.get("PACKET_DATABASE_URI", None)
20-
SQLALCHEMY_TRACK_MODIFICATIONS = False
20+
SQLALCHEMY_TRACK_MODIFICATIONS = False
21+
22+
LDAP_BIND_DN = environ.get("PACKET_LDAP_BIND_DN", None)
23+
LDAP_BIND_PASS = environ.get("PACKET_LDAP_BIND_PASS", None)

0 commit comments

Comments
 (0)