1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-07-01 03:20:36 +02:00
doorlockd-mirror/doorlockd-new/config.cfg
Ralf Ramsauer 84e9440ed6 doorlockd.py: remove argparse dependency
by replacing its logic with flask's config parameter file.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-03-18 17:22:39 +01:00

7 lines
93 B
INI

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