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

33 lines
1.0 KiB
JSON

{
"ConnectionStrings": {
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyHM",
"isSqlLog": "false",
"IdentityServer": "http://172.21.157.142:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS"
},
"RedisConfig": {
"RedisConnectionString": "172.21.157.142: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",
"AppOnline": "optAppOnline"
}
}