You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
//CO2NET 设置
"SenparcSetting": {
//以下为 CO2NET 的 SenparcSetting 全局配置,请勿修改 key勿删除任何项
"IsDebug": true,
"DefaultCacheNamespace": "DefaultCache",
//分布式缓存
"Cache_Redis_Configuration": "localhost:6379,password=123456,defaultDatabase=3"
//"Cache_Redis_Configuration": "#{Cache_Redis_Configuration}#", //Redis配置
//"Cache_Redis_Configuration": "localhost:6379",//不包含密码
//"Cache_Redis_Configuration": "localhost:6379,password=senparc,connectTimeout=1000,connectRetry=2,syncTimeout=10000,defaultDatabase=3",//密码及其他配置
//"Cache_Memcached_Configuration": "#{Cache_Memcached_Configuration}#", //Memcached配置
//"SenparcUnionAgentKey": "#{SenparcUnionAgentKey}#" //SenparcUnionAgentKey
},
"SenparcWeixinSetting": {
"IsDebug": true,
"WeixinAppId": "weixinappid-1",
"WeixinAppSecret": "weixinappsecret-1",
"WxOpenAppId": "WxOpenAppId-1",
"WxOpenAppSecret": "WxOpenAppSecret-1",
"WxOpenToken": "#{WxOpenToken}#",
"WxOpenEncodingAESKey": "#{WxOpenEncodingAESKey}#",
"WeixinCorpId": "WeixinCorpId-1",
"WeixinCorpAgentId": "#{WeixinCorpAgentId}#",
"WeixinCorpSecret": "WeixinCorpSecret-1",
"WeixinCorpToken": "WeixinCorpToken-1",
"WeixinCorpEncodingAESKey": "WeixinCorpEncodingAESKey-1"
}
}