37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
[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
 | 
						|
 | 
						|
# Delete all information after X days (e.g. for GDPR compliance)
 | 
						|
delete_after_days = 28
 | 
						|
 | 
						|
# 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
 | 
						|
guideline_url = https://youtu.be/oHg5SJYRHA0
 | 
						|
 | 
						|
 | 
						|
# JSON indentation for debugging
 | 
						|
json_indent = 4
 | 
						|
 | 
						|
# VAPID credentials for push notifications
 | 
						|
# private key: base64url encoded public part of an EC-Prime256v1 keypair. See INSTALL.md
 | 
						|
# private key: base64url encoded private part of an EC-Prime256v1 keypair. See INSTALL.md
 | 
						|
# sender info: usually mailto link to responsible party to contact about issues
 | 
						|
push_public_key = abcdefghijklm_NOPQRSTUVWXYZ-0123456789abcdefghijklm_NOPQRSTUVWXYZ-0123456789abcdefghijklm_NOPQRSTUVWXYZ-0123456789
 | 
						|
push_private_key = abcdefghijklm_NOPQRSTUVWXYZ-0123456789
 | 
						|
push_sender_info = mailto:admin@example.com
 | 
						|
# when to notify users, in hours after arrival
 | 
						|
notify_after_hrs = 10
 |