self-service-api/config.py

3 lines
81 B
Python

LDAP_URI = "ldap://127.0.0.1:389"
LDAP_BASE_DN = "ou=accounts,dc=example,dc=org"