schnitzeljagd/config.ini
2025-08-30 10:31:38 +02:00

13 lines
291 B
INI

[global]
# Persistent file for storage of times, in .json format.
# Remove or leave empty for temporary (/tmp/ftracker-db.json) storage
db_file = db.json
# Username and password for data retrieval
admin_user = admin
admin_pass = topSecret
# JSON indentation for debugging
json_indent = 4