1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-21 13:34:52 +02:00
doorlockd-mirror/doorlockd-new/config.cfg
Ralf Ramsauer 4d1682d1bd doorlockd.py: Add config parameter for hooks
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-03-21 00:58:30 +01:00

9 lines
126 B
INI

DEBUG = True
SIMULATE = True
RUN_HOOKS = True
SECRET_KEY = 'foobar'
BOOTSTRAP_SERVE_LOCAL = True
SERIAL_PORT = '/dev/ttyS0'