Files
AILab/sentinel/pkg/utils/Global.go
T
2025-12-29 16:30:55 +08:00

17 lines
232 B
Go

package utils
// 变动
// 常量
const (
// 版本号
APP_VERSION = 0
Log_file_dic = "./logs"
MQTT_HOST = "ai.ronsunny.cn"
MQTT_PORT = 8093
PASSWORD = "123456"
PROJECT = "sentinel"
DEVICE_TPYE = "edge"
)