Skip to content

Commit ebc548d

Browse files
committed
Added the comment that Devin forgot
1 parent e4b57ba commit ebc548d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
SQLALCHEMY_DATABASE_URI = environ.get("PACKET_DATABASE_URI", None)
2020
SQLALCHEMY_TRACK_MODIFICATIONS = False
2121

22+
# LDAP config
2223
LDAP_BIND_DN = environ.get("PACKET_LDAP_BIND_DN", None)
2324
LDAP_BIND_PASS = environ.get("PACKET_LDAP_BIND_PASS", None)

0 commit comments

Comments
 (0)