1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-01 22:52:35 +02:00
doorlockd-mirror/doorlockd.cfg

18 lines
397 B
INI
Raw Normal View History

DEBUG = False
SIMULATE_SERIAL = False
SIMULATE_LDAP = False
RUN_HOOKS = True
SOUNDS = True
SECRET_KEY = 'foobar'
LDAP_CA = './ssl/BKCA.crt'
LDAP_URI = 'ldaps://ldap1.binary.kitchen'
LDAP_BINDDN = 'cn=%s,ou=people,dc=binary-kitchen,dc=de'
BOOTSTRAP_SERVE_LOCAL = True
TITLE = 'Binary Kitchen Doorlock'
ROOM = 'Hauptraum'
WELCOME = 'Willkommen in der Binary Kitchen'
SERIAL_PORT = '/dev/ttyAMA0'