d_sms_service/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json

21 lines
670 B
JSON
Raw Normal View History

2024-10-28 13:45:58 +08:00
{
"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:3116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://172.26.13.0:3116/api/OP/TenantInfo/GetAllDbConn",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS"
},
"RedisConfig": {
2024-12-17 09:16:24 +08:00
"RedisConnectionString": "172.26.13.0:6379,password=mhsaferedis,defaultDatabase=8",
2024-10-28 13:45:58 +08:00
"IsRedis": true
}
}