1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 02:14:26 +01:00

config: don't run hooks

For the moment, don't run hooks

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-03-22 23:31:32 +00:00
parent c0e89c1be9
commit d82272f53a

View File

@ -1,6 +1,6 @@
DEBUG = True
SIMULATE = True
RUN_HOOKS = True
RUN_HOOKS = False
SECRET_KEY = 'foobar'
BOOTSTRAP_SERVE_LOCAL = True