2020-11-30 17:18:39 +01:00
|
|
|
[global]
|
2020-11-30 23:08:56 +01:00
|
|
|
|
2020-11-30 18:10:05 +01:00
|
|
|
# Persistent file for storage of times, in .json format.
|
|
|
|
# Remove or leave empty for temporary (/tmp/ftracker-db.json) storage
|
2020-11-30 17:18:39 +01:00
|
|
|
db_file = db.json
|
2020-11-30 23:08:56 +01:00
|
|
|
|
|
|
|
# List of people to be allowed, in .csv format (comma, no delimiters)
|
|
|
|
# Col1: First Name(s), Col2: Last Name(s), Col3 (optional): EMail
|
|
|
|
# Remove or leave empty for no check
|
|
|
|
name_file = namensliste.csv
|
2020-12-01 00:05:09 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Username and password for data retrieval
|
|
|
|
admin_user = admin
|
|
|
|
admin_pass = topSecret
|
2020-12-01 00:26:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
# JSON indentation for debugging
|
|
|
|
json_indent = 4
|