迁移网关
This commit is contained in:
@@ -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.
@@ -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.
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user