1 Star 7 Fork 1

显瘦 / CodePlus.ApiGateway.Blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appsettings.json 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
显瘦 提交于 2021-03-04 17:30 . 添加授权
{
"Serilog": {
"MinimumLevel": "Warning",
"WriteTo": [
{
"Name": "Async",
"Args": {
"configure": [
{
"Name": "File",
"Args": {
"path": "Logs/log.txt",
"rollingInterval": "Day"
}
}
]
}
},
{
"Name": "Seq",
"Args": {
"serverUrl": "http://localhost:5341",
"apiKey": "none",
"restrictedToMinimumLevel": "Warning"
}
}
]
},
"AllowedHosts": "*",
"DefaultHttp": "http://localhost:9000",
"EndpointFallbackRegex": "{*path:regex(^(?![administration|api|AbpUserConfiguration|app|_inporttemp|public|files|_temp|record|MessageHub|]).*$)}",
"OcelotSecret": "123456",
"DetailedErrors": true
}
C#
1
https://gitee.com/istarshow/CodePlus.ApiGateway.Blazor.git
git@gitee.com:istarshow/CodePlus.ApiGateway.Blazor.git
istarshow
CodePlus.ApiGateway.Blazor
CodePlus.ApiGateway.Blazor
master

搜索帮助