Added config and config parser.

This commit is contained in:
Ondrej Mikle 2014-07-20 22:32:46 +02:00
parent 810c383283
commit ceb1692e1a
2 changed files with 48 additions and 7 deletions

View 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