mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
Added config and config parser.
This commit is contained in:
parent
810c383283
commit
ceb1692e1a
2 changed files with 48 additions and 7 deletions
5
brmdoor_nfc.config.sample
Normal file
5
brmdoor_nfc.config.sample
Normal file
|
@ -0,0 +1,5 @@
|
|||
# auth_db_filename - sqlite filename of authorized UIDs, create with create_authenticator_db.py
|
||||
# lock_opened_secs - how long lock should be held open in seconds, default 5
|
||||
[brmdoor]
|
||||
auth_db_filename = test_uids_db.sqlite
|
||||
#lock_opened_secs = 5
|
Loading…
Add table
Add a link
Reference in a new issue