mirror of
https://github.com/moepman/bk-dss
synced 2024-12-22 13:54:26 +01:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
DEBUG = True
|
||
|
SECRET_KEY = "CHANGE!ME"
|
||
|
|
||
|
LDAP_URI = "ldaps://ldap.example.com"
|
||
|
LDAP_BASE = "ou=people,dc=example,dc=com"
|