-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
51 lines (44 loc) · 1 KB
/
config.example.toml
File metadata and controls
51 lines (44 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[app]
# Application settings
device_id = "CHECADOR-001"
host = "0.0.0.0"
port = 8000
admin_password_hash = "$argon2id$v=19$m=65536,t=3,p=4$TxgSeSwi24LINU5fsKWMuA$qokn+8BeKKynaabg+ZpiBGInlqBnU+z4nCOMIKsLmUg"
[camera]
# Camera settings
device = "/dev/video0"
resolution_width = 640
resolution_height = 480
roi_x = 0
roi_y = 0
roi_width = 640
roi_height = 480
[fingerprint]
# Fingerprint matching settings
mindtct_path = "/usr/local/nbis/bin/mindtct"
bozorth3_path = "/usr/local/nbis/bin/bozorth3"
match_threshold = 25
min_quality_score = 20
required_templates = 3
[database]
# Database settings
path = "/var/lib/checador/checador.db"
[storage]
# Storage paths
template_dir = "/var/lib/checador/templates"
temp_dir = "/var/lib/checador/temp"
[timeclock]
# Time clock settings
antibounce_seconds = 10
[server]
# Server sync settings
enabled = false
url = ""
api_key = ""
sync_interval_minutes = 5
[autopunch]
# Auto-punch settings
enabled_on_startup = false
cooldown_seconds = 5
difference_threshold = 0.15
stable_frames = 3