MeiRiYiCheng_1_old/YBDevice.WX/appsettings.Production.json

71 lines
2.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"NirvanaConnection": "server=121.36.67.254,4331;database=ybdevice_test;uid=fans_testuser;pwd=fanstest1qaz@WSX;",
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
// 日志调用类命名空间如果以 Microsoft 开头,覆盖日志输出最小级别为 Information
"System": "Information", //简化日志
"Microsoft": "Information"
}
}
},
"CustomSetting": {
"LogUrl": "http://localhost:5341",
"logfile": "e:/errlog/ybwx.ybhdmob.com" //日志文件路径
},
"RedisServer": "127.0.0.1", //redis服务地址
"WXAPIURL": "http://ybwx.ybhdmob.com", //微信服务地址
"APIURL": "https://ybapi.ybhdmob.com", //接口地址
"callbackUrl": "http://ybwx.ybhdmob.com/OpenOAuth/OpenOAuthCallback", //公众号授权回调地址
//CO2NET 设置
"SenparcSetting": {
//以下为 CO2NET 的 SenparcSetting 全局配置,请勿修改 key勿删除任何项
"IsDebug": true,
"DefaultCacheNamespace": "YBDeviceCache",
//分布式缓存
"Cache_Redis_Configuration": "localhost:6379" //Redis配置
},
//Senparc.Weixin SDK 设置
"SenparcWeixinSetting": {
//以下为 Senparc.Weixin 的 SenparcWeixinSetting 微信配置
//注意:所有的字符串值都可能被用于字典索引,因此请勿留空字符串(但可以根据需要,删除对应的整条设置)!
//微信全局
"IsDebug": true,
//以下不使用的参数可以删除key 修改后将会失效
//小白商户助手公众号,测试帐号
"Token": "276ff8a8c7bc2cf6155199d6f6c96a58",
"EncodingAESKey": "i0mm40pRqUh05vajRwbmPorCTR83ah5p4F8CXnH5GMv",
"WeixinAppId": "wxd5c9b0640e178bf2",
"WeixinAppSecret": "b4da54808a5c5f43bc30e1712eaa6318",
//小程序
"WxOpenAppId": "wx1f32af4f93c913f6", //小白健康助手小程序
"WxOpenAppSecret": "a0c48dfe589951ede8b24a63c6ab36ec",
"WxOpenToken": "#{WxOpenToken}#",
"WxOpenEncodingAESKey": "#{WxOpenEncodingAESKey}#",
//微信支付V3新版
"TenPayV3_AppId": "wx1f32af4f93c913f6", //小白健康助手小程序
"TenPayV3_AppSecret": "a0c48dfe589951ede8b24a63c6ab36ec",
"TenPayV3_MchId": "1510100131", //品传支付商户号
"TenPayV3_SubMchId": "", //子商户,没有可留空
"TenPayV3_Key": "d2ef54cd96430169ed94d355f2839134",
"TenPayV3_CertPath": "Cert/apiclient_cert.p12", //支付证书物理路径D:\\cert\\apiclient_cert.p12
"TenPayV3_CertSecret": "1510100131", //(新)支付证书密码(原始密码和 MchId 相同)
"TenPayV3_TenpayNotify": "https://ybapi.ybhdmob.com/TenpayV3/PayNotifyUrl", //http://YourDomainName/TenpayV3/PayNotifyUrl
//如果不设置TenPayV3_WxOpenTenpayNotify默认在 TenPayV3_TenpayNotify 的值最后加上 "WxOpen"
"TenPayV3_WxOpenTenpayNotify": "https://ybapi.ybhdmob.com/TenpayV3/PayNotifyUrlWxOpen", //http://YourDomainName/TenpayV3/PayNotifyUrlWxOpen
//移帮设备开放平台(测试)
"Component_Appid": "wx623a8463a9d25f82",
"Component_Secret": "ca800b847590301522f7a950509e1610",
"Component_Token": "yibangfensitong",
"Component_EncodingAESKey": "ehERVEw9sobcIZAjAYA0QZyQAYPjvP9ui5zMGOrL92r"
}
}