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>
18 lines
330 B
INI
18 lines
330 B
INI
[doorlock]
|
|
# Authentication Backends
|
|
|
|
# LDAP
|
|
# LDAP_URI = ldaps://ldap1.binary.kitchen
|
|
# LDAP_BINDDN = cn=%%s,ou=people,dc=binary-kitchen,dc=de
|
|
|
|
# Local
|
|
LOCAL_USER_DB = ./doorlockd.passwd
|
|
|
|
TITLE = Binary Kitchen Doorlock
|
|
ROOM = Hauptraum
|
|
WELCOME = Willkommen in der Binary Kitchen
|
|
|
|
SERIAL_PORT = /dev/ttyAMA0
|
|
|
|
SECRET_KEY = foobar
|