-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from JeffreySu/master
同步代码
- Loading branch information
Showing
63 changed files
with
2,767 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
{ | ||
{ | ||
"Logging": { | ||
"LogLevel": { | ||
"Default": "Information", | ||
"Microsoft.AspNetCore": "Warning" | ||
"Microsoft": "Warning", | ||
"Microsoft.Hosting.Lifetime": "Information" | ||
} | ||
}, | ||
"AllowedHosts": "*", | ||
|
||
//以下信息会被自动识别,如无特殊说明,不用的参数可以删除,但修改 key 后将会无法自动识别! | ||
//以下信息会被自动识别,如无特殊说明,不用的参数可以删除,但修改 key 后将会无法自动识别! | ||
|
||
//CO2NET 设置 | ||
//CO2NET 设置 | ||
"SenparcSetting": { | ||
//以下为 CO2NET 的 SenparcSetting 全局配置,请勿修改 key,勿删除任何项 | ||
//以下为 CO2NET 的 SenparcSetting 全局配置,请勿修改 key,勿删除任何项 | ||
|
||
"IsDebug": true, | ||
"DefaultCacheNamespace": "DefaultCache", | ||
|
||
//分布式缓存 | ||
"Cache_Redis_Configuration": "#{Cache_Redis_Configuration}#", //Redis配置 | ||
"Cache_Memcached_Configuration": "#{Cache_Memcached_Configuration}#", //Memcached配置 | ||
//分布式缓存 | ||
"Cache_Redis_Configuration": "#{Cache_Redis_Configuration}#", //Redis配置 | ||
"Cache_Memcached_Configuration": "#{Cache_Memcached_Configuration}#", //Memcached配置 | ||
"SenparcUnionAgentKey": "#{SenparcUnionAgentKey}#" //SenparcUnionAgentKey | ||
}, | ||
//Senparc.Weixin SDK 设置 | ||
//Senparc.Weixin SDK 设置 | ||
"SenparcWeixinSetting": { | ||
//以下为 Senparc.Weixin 的 SenparcWeixinSetting 微信配置 | ||
//注意:所有的字符串值都可能被用于字典索引,因此请勿留空字符串(但可以根据需要,删除对应的整条设置)! | ||
//以下为 Senparc.Weixin 的 SenparcWeixinSetting 微信配置 | ||
//注意:所有的字符串值都可能被用于字典索引,因此请勿留空字符串(但可以根据需要,删除对应的整条设置)! | ||
|
||
//微信全局 | ||
//微信全局 | ||
"IsDebug": true, | ||
|
||
//以下不使用的参数可以删除,key 修改后将会失效 | ||
//以下不使用的参数可以删除,key 修改后将会失效 | ||
|
||
//公众号 | ||
"Token": "#{Token}#", //说明:字符串内两侧#和{}符号为 Azure DevOps 默认的占位符格式,如果您有明文信息,请删除同占位符,修改整体字符串,不保留#和{},如:{"Token": "MyFullToken"} | ||
//公众号 | ||
"Token": "#{Token}#", //说明:字符串内两侧#和{}符号为 Azure DevOps 默认的占位符格式,如果您有明文信息,请删除同占位符,修改整体字符串,不保留#和{},如:{"Token": "MyFullToken"} | ||
"EncodingAESKey": "#{EncodingAESKey}#", | ||
"WeixinAppId": "#{WeixinAppId}#", | ||
"WeixinAppSecret": "#{WeixinAppSecret}#" | ||
|
||
//可以追加更多其他平台的配置信息 | ||
} | ||
} |
Oops, something went wrong.