From e6e5c271dbf4834e2590e80c54b7a3fd69e59c71 Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Thu, 17 Nov 2022 18:43:01 +0100 Subject: [PATCH] etc/doorlock.cfg: Remove unused keys and fix format Signed-off-by: Thomas Schmid --- etc/doorlockd.cfg | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/doorlockd.cfg b/etc/doorlockd.cfg index fae3b38..e9f775a 100644 --- a/etc/doorlockd.cfg +++ b/etc/doorlockd.cfg @@ -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]