1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 10:24:26 +01:00

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

View File

@ -1,10 +1,8 @@
[doorlockd] [doorlockd]
DEBUG = False DEBUG = False
SIMULATE_SERIAL = False
SIMULATE_AUTH = False SIMULATE_AUTH = False
RUN_HOOKS = True RUN_HOOKS = True
SIMULATE_BACKEND = True
SOUNDS = True SOUNDS = True
# LDAP # LDAP
@ -19,14 +17,20 @@ SOUNDS = True
TITLE = Binary Kitchen Doorlock TITLE = Binary Kitchen Doorlock
ROOM = Hauptraum ROOM = Hauptraum
WELCOME = Willkommen in der Binary Kitchen WELCOME = Willkommen in der Binary Kitchen
SECRET_KEY = foobar
[backend] [backend]
BACKEND_TYPE = avr BACKEND_TYPE = avr
SERIAL_PORT = /dev/ttyAMA0 SERIAL_PORT = /dev/ttyAMA0
# Simulation Backend for testing # Simulation Backend for testing
#BACKEND_TYPE = simulation #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] [dooralarm]