mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-14 03:15:23 +01:00
Ralf Ramsauer
d82272f53a
For the moment, don't run hooks Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
9 lines
127 B
INI
9 lines
127 B
INI
DEBUG = True
|
|
SIMULATE = True
|
|
RUN_HOOKS = False
|
|
SECRET_KEY = 'foobar'
|
|
|
|
BOOTSTRAP_SERVE_LOCAL = True
|
|
|
|
SERIAL_PORT = '/dev/ttyS0'
|