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

62 lines
2.5 KiB
JSON
Raw Normal View History

2024-10-28 13:45:58 +08:00
{
"ConnectionStrings": {
2024-12-17 09:16:24 +08:00
"default": "Server=172.26.13.0;Database=mh_sms_demo_ops;uid=sa;pwd=mhsafe!2021;"
2024-10-28 13:45:58 +08:00
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyOP",
"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
},
"InflexdbConfig": {
"Url": "http://172.26.13.0:8086",
"UserName": "",
"PassWord": "",
"SrcTagDbName": "optSrcTag",
"DosageDbName": "optDosage",
"EnergyValDbName ": "optEnergyVal",
"LogDbName": "OPTiEnergyLog"
},
"WexinSettings": {
"AppId": "wx60c64723870fe7af",
//"AppSecret": "fd859acf74ef7b8e6a67b69843fcf249",
"AppSecret": "221c13886379109fa0070af7b9153766",
"OrgId": "00000000-0000-0000-0000-000000000000",
"DefultOrgId": "00000000-0000-0000-0000-000000000000",
"WxAccessTokenUrl": "https://api.weixin.qq.com/cgi-bin/token",
"WxTicketUrl": "https://api.weixin.qq.com/cgi-bin/ticket/getticket",
"WxUserAuthUrl": "https://api.weixin.qq.com/sns/jscode2session",
"IP": "117.78.41.252",
//֧<><D6A7>Key
"WxPayKey": "optikomopt!energy789optikomopt!energy789",
"Mch_ID": "1611357940",
//֧<><D6A7><EFBFBD>ص<EFBFBD>֪ͨ
//"WxPayResultUrl": "https://cms.optiscout.cn/api/OP/WeiXin/Notify",
"WxPayResultUrl": "http://117.78.41.252:91/api/OP/WeiXin/Notify",
//΢<><CEA2>ͳһ֧<D2BB><D6A7><EFBFBD>ӿ<EFBFBD>
"UnifiedorderURL": "https://api.mch.weixin.qq.com/pay/unifiedorder",
//΢<><CEA2><EFBFBD>˻<EFBFBD><CBBB>ӿ<EFBFBD>
"CancelorderURL": "https://api.mch.weixin.qq.com/secapi/pay/refund",
"WxPayCancelUrl": "https://ludaotravel.com/api/FM/WeiXin/CancelNotify",
//΢<>Ÿ<EFBFBD><C5B8><EFBFBD><EEB5BD>Ǯ<EFBFBD>ӿ<EFBFBD>
"PayForChange": "https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers",
//΢<>Ÿ<EFBFBD><C5B8><EFBFBD><EEB5BD><EFBFBD>п<EFBFBD>
"PayForBlank": "https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank",
//֤<><D6A4>
//"CertPath": "C:\\Users\\chency\\Documents\\WeChat Files\\hanyu0528\\FileStorage\\File\\2020-11\\1600975636_20201125_cert\\apiclient_cert.p12",
"CertPath": "/usr/travel/cert/apiclient_cert.p12",
"CertPassword": "1604838670"
}
}