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

35 lines
1.1 KiB
JSON
Raw Permalink Blame History

{
"ConnectionStrings": {
"default": "Server=120.25.146.51;Database=mh_sms_demo_ops;uid=sa;pwd=mhsafe!2021;"
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyFM",
"isSqlLog": "false",
"IdentityServer": "http://120.25.146.51:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetAllDbConn",
"RedisFormConfig": "true",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "PDEV1212",
"Env": "1", //1<><31><EFBFBD><EFBFBD><EFBFBD>IP<49><50>Ĭ<EFBFBD><C4AC>0 <20>ڻ<EFBFBD>IP
"Img_Local": "C:\\release\\img"
},
"RedisConfig": {
"RedisConnectionString": "120.25.146.51: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"
}
}