mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
Ralf Ramsauer
faecb6b98f
We want to use doorlockd for more than just serving webapps. Get rid of the Flask config parser and use python's own config parser. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
10 lines
127 B
INI
10 lines
127 B
INI
[DEFAULT]
|
|
DEBUG = True
|
|
SIMULATE_SERIAL = True
|
|
SIMULATE_AUTH = False
|
|
RUN_HOOKS = False
|
|
SOUNDS = False
|
|
|
|
LDAP_URI =
|
|
LDAP_BINDDN =
|