From e068c6701639d72576ab93a5181194a706fd4a94 Mon Sep 17 00:00:00 2001 From: Hein Date: Tue, 25 Feb 2025 15:06:43 +0200 Subject: [PATCH] RM security bug --- config.sample.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.sample.json b/config.sample.json index 1377028..38ad032 100644 --- a/config.sample.json +++ b/config.sample.json @@ -5,7 +5,10 @@ "auth_username": "admin", "auth_password": "your-secure-password", "telegram_enabled": false, - "telegram_token": "7131547115:AAFq0IwkaFHU_tKS3dep28x2CjadCVkTIPs", - "telegram_chat_id": "YOUR_CHAT_ID" + "telegram_token": "YOUR_CHAT_TOKEN", + "telegram_chat_id": "YOUR_CHAT_ID", + "hik_enabled": false, + "hik_username": "hikvision", + "hik_password": "hikvision-password" } \ No newline at end of file