d_sms_service/APT.MicroApi/APT.UT.WebApi/appsettings.Test.json
2024-12-17 09:16:24 +08:00

30 lines
837 B
JSON

{
"ConnectionStrings": {
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyUT",
"isSqlLog": "false",
"IdentityServer": "http://47.122.43.22:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS"
},
"RedisConfig": {
"RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=8",
"IsRedis": true
},
"InflexdbConfig": {
"Url": "http://36.133.75.96:8086/",
"UserName": "",
"PassWord": "",
"SrcTagDbName": "optSrcTag",
"DosageDbName": "optDosage",
"EnergyValDbName": "optEnergyVal",
"LogDbName": "OPTiEnergyLog"
}
}