v0.1.1 added config.json, removed hardcode config from code

This commit is contained in:
serversdwn
2025-12-08 16:50:46 -05:00
parent 26be5410e3
commit 5526a79557
2 changed files with 52 additions and 13 deletions

9
config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"thordata_path": "C:\\THORDATA",
"scan_interval": 60,
"late_days": 2,
"stale_days": 60,
"sfm_endpoint": "http://10.0.0.41:1001",
"sfm_timeout": 5,
"debug": true
}