diff --git a/.gitignore b/.gitignore index 6c24455..4a4c755 100644 Binary files a/.gitignore and b/.gitignore differ diff --git a/config.example.json b/config.example.json index ae33c7d..3c53a98 100644 --- a/config.example.json +++ b/config.example.json @@ -3,7 +3,7 @@ "scan_interval": 60, "late_days": 2, "stale_days": 60, - "sfm_endpoint": "", + "sfm_endpoint": "http://:8001/api/series4/heartbeat", "sfm_timeout": 5, "debug": true } diff --git a/config.json b/config.json index c85be52..ae33c7d 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "scan_interval": 60, "late_days": 2, "stale_days": 60, - "sfm_endpoint": "http://10.0.0.41:1001", + "sfm_endpoint": "", "sfm_timeout": 5, "debug": true }