mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24: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:
parent
c0e89c1be9
commit
d82272f53a
@ -1,6 +1,6 @@
|
|||||||
DEBUG = True
|
DEBUG = True
|
||||||
SIMULATE = True
|
SIMULATE = True
|
||||||
RUN_HOOKS = True
|
RUN_HOOKS = False
|
||||||
SECRET_KEY = 'foobar'
|
SECRET_KEY = 'foobar'
|
||||||
|
|
||||||
BOOTSTRAP_SERVE_LOCAL = True
|
BOOTSTRAP_SERVE_LOCAL = True
|
||||||
|
Loading…
Reference in New Issue
Block a user