appsettings.json.bak
1.22 KB
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
////本地服务器测试环境 (配置文件key 不能写中文,程序会出现异常)
//"BaseDBContext": "Data Source = .;Initial Catalog=BaseMES;User=sa;Password=6EjfZkO8o92OjsH7rK+kVg==;Persist Security Info=True",
//"InterfaceDBContext": "Data Source = .;Initial Catalog=BaseMES;User=sa;Password=6EjfZkO8o92OjsH7rK+kVg==;Persist Security Info=True",
//"redisIp": "123456@127.0.0.1:6379",
//公司服务器测试环境 RedisDb
"BaseDBContext": "Data Source=172.16.29.88;Initial Catalog=BaseMES;User=sa;Password=oQT5puQ8c3qkrh0qkADr5w==;Persist Security Info=True",
"InterfaceDBContext": "Data Source=172.16.29.88;Initial Catalog=BaseMES;User=sa;Password=oQT5puQ8c3qkrh0qkADr5w==;Persist Security Info=True",
"RedisIp": "qaz123456@172.16.29.88:6379",
"RedisDb": "10"
},
//自定义配置写这里
"AppCustomSettings": {
"LoginTitle": "华恒焊接信息管理平台",
"FaceBaseUrl": "http://172.16.29.88:9065//",
"AopAllowed": "/api/CNOOC/Mes/V1/Login/Logout,",
"WebPort": "5001",
"copyright": "长沙华恒机器人系统有限公司"
}
}