From 956b85448fcf44c7d47e25c60fb9b9fb3d3ed254 Mon Sep 17 00:00:00 2001 From: yogiedigital Date: Sat, 20 Sep 2025 02:16:43 +0700 Subject: [PATCH] add env port --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 3723c7d..5808211 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -52,6 +52,7 @@ function App() { clientId: 'mqttjs_' + Math.random().toString(16).substring(2, 8), connectTimeout: mqttOptions.connectTimeout, reconnectPeriod: mqttOptions.reconnectPeriod, + rejectUnauthorized: false, // if using self-signed certs clean: false, keepalive: 30, });