1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-18 14:22:33 +02:00
bk-dss/config.cfg.example

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"