mh_jy_safe/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json
2025-09-03 11:38:15 +08:00

21 lines
673 B
JSON

{
"ConnectionStrings": {
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyUT",
"isSqlLog": "false",
"IdentityServer": "http://172.26.13.0:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://172.26.13.0:5116/api/OP/TenantInfo/GetAllDbConn",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHKSAQJY"
},
"RedisConfig": {
"RedisConnectionString": "172.26.13.0:6379,password=mhsaferedis,defaultDatabase=5",
"IsRedis": true
}
}