From 196de2fb7492225a85e0e369e996dfdbb45db825 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 30 Nov 2024 11:31:49 -0500 Subject: [PATCH] Backend connect to self --- src/custom_modules/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/custom_modules/config.json b/src/custom_modules/config.json index 86292a0..d123f85 100644 --- a/src/custom_modules/config.json +++ b/src/custom_modules/config.json @@ -1,8 +1,7 @@ { "mqtt": { - "address": "wss://mqtt.vfsh.me", - "username": "hestia", - "password": "hestia", + "address": "wss://127.0.0.1", + "port": 9001, "topics": { "igniter": "hestia/status/igniter", "exhaust": "hestia/status/exhaust",