etc/doorlock.cfg: Remove unused keys and fix format

Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
Thomas 2022-11-17 18:43:01 +01:00
parent e3f19ce0b1
commit e6e5c271db
1 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,8 @@
[doorlockd]
DEBUG = False
SIMULATE_SERIAL = False
SIMULATE_AUTH = False
RUN_HOOKS = True
SIMULATE_BACKEND = True
SOUNDS = True
# LDAP
@ -19,14 +17,20 @@ SOUNDS = True
TITLE = Binary Kitchen Doorlock
ROOM = Hauptraum
WELCOME = Willkommen in der Binary Kitchen
SECRET_KEY = foobar
[backend]
BACKEND_TYPE = avr
SERIAL_PORT = /dev/ttyAMA0
# Simulation Backend for testing
#BACKEND_TYPE = simulation
SECRET_KEY = foobar
#
# Backend for Nuki Bridge over http api
#BACKEND_TYPE = nuki
#NUKI_ENDPOINT = http://172.23.15.12:8080
#NUKI_APITOKEN = SECRET
#NUKI_DEVICE = Binary Kitchen Auweg
[dooralarm]