Files
AILab/sentinel/pkg/config/config.go
T
2025-12-30 17:54:33 +08:00

19 lines
224 B
Go

package config
// 变动
// 常量
const (
// 版本号
APP_VERSION = 1
Log_file_dic = "./logs"
MQTT_BROKER = "tls://ai.ronsunny.cn:8093"
PASSWORD = "123456"
)
var (
// DeviceType string
// DeptId string
)