add env port

This commit is contained in:
yogiedigital
2025-09-20 02:16:43 +07:00
parent 70c28e0cf2
commit 956b85448f

View File

@@ -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,
});