mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-13 10:55:28 +01:00
Ralf Ramsauer
84e9440ed6
by replacing its logic with flask's config parameter file. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
7 lines
93 B
INI
7 lines
93 B
INI
DEBUG = True
|
|
SECRET_KEY = 'foobar'
|
|
|
|
BOOTSTRAP_SERVE_LOCAL = True
|
|
|
|
SERIAL_PORT = '/dev/ttyS0'
|