迁移网关

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
+3 -3
View File
@@ -1,5 +1,5 @@
version_code: 27
pid: 29412
version_code: 29
pid: 36856
need_update: false
control_state: CONTROL_LOST
last_alive_at: 1771987569
last_alive_at: 1781077623
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -1,5 +1,5 @@
version_code: 27
pid: 24516
version_code: 29
pid: 10956
need_update: false
control_state: CONNECTED
last_alive_at: 1771987537
last_alive_at: 1781081105
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -13,17 +13,17 @@ const (
// 版本号
APP_VERSION = 29
BASE_URL = "https://ai.ronsunny.cn:8090"
BASE_URL = "https://ai.bbitcn.net"
//BASE_URL = "http://127.0.0.1:13011"
LOG_FILE_DIC = "./logs"
LOG_CHECK_INTERVAL_HOURS = 10 // 文件轮询检查间隔(秒)
MQTT_BROKER = "tls://ai.ronsunny.cn:8093"
MQTT_BROKER = "ssl://mqtt.bbitcn.net:8883"
PASSWORD = "123456"
DOCKER_REGISTRY = "ai.ronsunny.cn:13011"
DOCKER_REGISTRY = "docker.bbitcn.net"
DOCKER_USERNAME = "iot_device"
DOCKER_PASSWORD = "Bbit000000"
DOCKER_IMAGE = "ai.ronsunny.cn:13011/bbit_iot/ce_sentinel"
DOCKER_IMAGE = "docker.bbitcn.net/bbit_iot/ce_sentinel"
DOCKER_CONTAINER_NAME = "BBIT_Project"
DOCKER_TIME_OUT = 30 * time.Second