迁移网关

This commit is contained in:
BBIT-Kai
2026-06-11 09:44:28 +08:00
parent a3df3b0322
commit cd16184e0c
22 changed files with 70 additions and 433 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ from routers.Iot import pending_commands
from routers.WS import ws_manager
# ================= 配置区域 =================
MQTT_BROKER = "ai.ronsunny.cn"
MQTT_PORT = 8093
MQTT_BROKER = "mqtt.bbitcn.net"
MQTT_PORT = 8883
MQTT_PASSWORD = "123456"
TLS_CONTEXT = ssl.create_default_context()