mh_jy_safe/APT.MicroApi/APT.OP.WebApi/appsettings.Development.json

70 lines
3.3 KiB
JSON
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
{
"ConnectionStrings": {
//"default": "Database=test20211;Data Source=localhost;Port=3306;User Id=root;Password=dfdn!energy;TreatTinyAsBoolean=true;",
//"default": "Data Source=172.20.8.76:1521/DB2;User Id=\"dbo\";Password=mssqas;Pooling=false;PERSIST SECURITY INFO=True;"
//"default": "Data Source=172.20.8.83:1521/DB2;User Id=\"dbo\";Password=mssuat;Pooling=false;PERSIST SECURITY INFO=True;"
//"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;"
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
//"default": "User ID=postgres;Password=dfdn!energy;Host=localhost;Port=5432;Database=postgres;CommandTimeout=1024;"
2025-09-16 10:08:46 +08:00
"default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;"
2025-08-25 09:56:57 +08:00
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyOP",
"isSqlLog": "false",
2025-09-16 10:08:46 +08:00
"IdentityServer": "http://121.41.2.71:3153/",
2025-08-25 09:56:57 +08:00
"WebSocketPort": "3140",
2025-09-03 13:55:09 +08:00
"ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn",
2025-08-25 09:56:57 +08:00
"ConnDataKey": "MHKSAQ1212010101",
2025-09-02 17:45:27 +08:00
"TenantConnKey": "MHJY",
2025-08-25 09:56:57 +08:00
"Firmware_Local": "/mnt/release/firmware"
},
"RedisConfig": {
2025-09-16 10:08:46 +08:00
"RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5",
2025-08-25 09:56:57 +08:00
"IsRedis": true
},
"InflexdbConfig": {
"Url": "http://36.133.75.96:8087/",
"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"
}
}