forked from moepman/bk-dss
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
DEBUG = True
|
|
SECRET_KEY = "CHANGE!ME"
|
|
|
|
LDAP_URI = "ldaps://ldap.example.com"
|
|
LDAP_BASE = "ou=people,dc=example,dc=com"
|
|
|
|
REDIS_HOST = "127.0.0.1"
|
|
REDIS_PSWD = "foobared"
|