bk-dss/config.cfg.example

10 lines
192 B
Plaintext
Raw Normal View History

DEBUG = True
SECRET_KEY = "CHANGE!ME"
SESSION_TIMEOUT = 3600
LDAP_URI = "ldaps://ldap.example.com"
LDAP_BASE = "ou=people,dc=example,dc=com"
2015-06-17 20:22:52 +02:00
REDIS_HOST = "127.0.0.1"
REDIS_PSWD = "foobared"