From cce8a58d5997b5ef0ca6ea44197c49b734918d66 Mon Sep 17 00:00:00 2001 From: Matt Speer Date: Fri, 20 Jun 2025 22:49:14 -0500 Subject: [PATCH] removed livestream user and pass since it was not needed or correct. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 59171a8..4bc6dd9 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ { "mqtt_url": "mqtt://mqtt-user:G00d.Night@192.168.4.20:1883", "mqtt_options": "", - "livestream_user": "mqtt-user", - "livestream_pass": "G00d.Night", + "livestream_user": "", + "livestream_pass": "", "disarm_code": "", "enable_cameras": true, "enable_modes": false,