2020-12-06 11:55:59 +01:00
|
|
|
[global]
|
|
|
|
|
|
|
|
# Persistent file for storage of times, in .json format.
|
|
|
|
# Remove or leave empty for temporary (/tmp/ftracker-db.json) storage
|
|
|
|
db_file = /var/ftracker/db.json
|
|
|
|
|
|
|
|
# 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 =
|
|
|
|
|
|
|
|
|
|
|
|
# Username and password for data retrieval
|
|
|
|
admin_user = admin
|
|
|
|
admin_pass = topSecret
|
|
|
|
|
|
|
|
|
|
|
|
# Link to a document with guidelines for entering
|
2020-12-07 14:22:47 +01:00
|
|
|
guideline_url = https://youtu.be/oHg5SJYRHA0
|
2020-12-06 11:55:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
# JSON indentation for debugging
|
|
|
|
json_indent = 4
|