mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14: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:
parent
e3f19ce0b1
commit
e6e5c271db
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user