From 352c552f338feb00e5cf24081b805b1f32c2d279 Mon Sep 17 00:00:00 2001 From: yogiedigital Date: Fri, 19 Sep 2025 15:22:43 +0700 Subject: [PATCH] add host --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 7411c0f..c25b982 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -21,6 +21,7 @@ function App() { // MQTT connection options const mqttOptions = { host: '117.102.231.130', + host: 'mosquitto-apotek-2', port: 7001, // protocol: "mqtt", username: 'morekmorekmorek',