You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.1 KiB
JSON

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"SkinConfig": {
"ConfigSkin": "skin",
"ConfigLogin": "login",
"ConfigQuiSkin": "modernBlack"
},
"AllowedHosts": "*",
//数据库配置
"DbConfig": {
"ConnectionString": "pooling=true;connection lifetime=5;min pool size = 2;max pool size=600;server=172.16.50.23;database=estsh_mes_esdata;User id=sa; password=Aa123456;MultipleActiveResultSets=True;Enlist=false;Connect Timeout=1200;", //正式版, 43.254.221.166 Estsh123456 172.16.50.23 Aa123456
//"ConnectionString": "pooling=true;connection lifetime=5;min pool size = 2;max pool size=600;server=172.16.50.23;database=test_estsh_mes_esdata;User id=sa; password=Aa123456;MultipleActiveResultSets=True;Enlist=false;Connect Timeout=1200;", //测试版
//数据库类型MySql = 0,SqlServer = 1,Sqlite = 2,Oracle = 3,PostgreSQL = 4,Dm = 5,Kdbndp = 6,Oscar = 7,MySqlConnector = 8,
//Access = 9,OpenGauss = 10,QuestDB = 11,HG = 12, ClickHouse = 13,GBase = 14,Odbc = 0xF,Custom = 90
"DbType": 1,
"CommandTimeOut": 60
},
//软件授权配置
"LicenseConfig": {
"LicenseString": "ndGSmyilKNdaS+h4Xe5O2f0QlRHLS6QQIhufC09SehDFenFygbxKeumn2enTI4eWxUtjomygCBJSnFemyNafIYbUlamdiAgx2EjsQqPsdUQiiVd3GfWZCpkNHt6fu+eq+o2CZU9drKLWIIhagtQ5+j3jpJCO4l4S1L2eP5ZG404MKAp74weoBKoup+3s1su6Oz48UL7PC7EzXHDNm0vM8DBaOujtCS8LzAGETp6ryf5vYd5IkUb72BW+Lyo2N3tpLj24skQSPCUyPNtq3AaTtZNm6kDa1ldDv8T5reASP9CcpuB+gB8uizPIWP8On3zKNgYdWnK4XLRbJ10SFRptGw=="
},
// JWT配置
"JwtConfig": {
"Secret": "ZXN0c2gtY29yZS1wbGF0Zm9ybS1qd3QtMjAyMw==", //密钥
"Issuer": "EstshCore", //颁发者
"Audience": "EstshCoreApi", //接收者
"Expiration": 120, //过期时长,分钟,
"refreshJwtTime": 240 //有效刷新时间,分钟
},
// session配置
"SessionConfig": {
"IdleTimeout": 120 //过期时长,分钟,
},
//"Server.urls": "http://43.254.221.166:5011;http://43.254.221.166:5016;",
//"Server.urls": "http://172.16.50.22:5011;http://172.16.50.22:5016;",//正式版
"Server.urls": "http://172.16.50.22:6022;http://172.16.50.22:6026;" //测试版
}