mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"WechatOptions": {
|
|
"Merchants": [
|
|
{
|
|
"MerchantId": "ÌîдÉÌ»§ºÅ"
|
|
}
|
|
],
|
|
"CallbackEntry": "https://localhost:5001"
|
|
}
|
|
}
|