DotNetCore.SKIT.FlurlHttpCl.../samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net5/appsettings.json

21 lines
401 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"WechatOptions": {
"Merchants": [
{
"MerchantId": "ÌîдÉÌ»§ºÅ"
}
],
"CallbackEntry": "https://localhost:5001"
}
}