mirror of
https://github.com/moepman/bk-dss
synced 2024-11-01 00:17:06 +01:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
DEBUG = True
|
|
SECRET_KEY = "CHANGE!ME"
|
|
SESSION_TIMEOUT = 3600
|
|
|
|
LDAP_URI = "ldaps://ldap.example.com"
|
|
LDAP_BASE = "ou=people,dc=example,dc=com"
|
|
|
|
REDIS_HOST = "127.0.0.1"
|
|
REDIS_PSWD = "foobared"
|