mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
21 lines
516 B
INI
21 lines
516 B
INI
DEBUG = False
|
|
SIMULATE = 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
|
|
|
|
SERIAL_PORT = '/dev/ttyAMA0'
|
|
|
|
WAVE_EMERGENCY = './sounds/emergency_unlock.wav'
|
|
WAVE_LOCK = './sounds/lock.wav'
|
|
WAVE_LOCK_BUTTON = './sounds/lock_button.wav'
|
|
WAVE_UNLOCK = './sounds/unlock.wav'
|
|
WAVE_UNLOCK_BUTTON = './sounds/unlock_button.wav'
|
|
WAVE_ZONK = './sounds/zonk.wav'
|