Files
AILab/iot/EdgeAgent/pkg/config/config.go
T

21 lines
305 B
Go

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