From 28a279fef182d658c4c3e3f4aa581ec17604b273 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Mon, 8 Dec 2025 20:44:24 -0500 Subject: [PATCH] config added to gitignore --- .gitignore | Bin 30 -> 52 bytes config.example.json | 2 +- config.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c24455e92541753408c1e99512a3df976b922d9..4a4c7556cc056f4a56e3fb87447fd623e38ec21b 100644 GIT binary patch delta 27 fcmb0$nII>Y%#hEJ$B@R5$&k*V$B@NP4CVs>PpJiU delta 4 LcmXq!n;-`O0&D>R 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 }