增加上传华为云obs接口

This commit is contained in:
范露尧
2023-01-19 15:49:02 +08:00
parent 57129b3861
commit 21dd025ab8
10 changed files with 602 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ namespace Ewide.Web.Entry
{
webBuilder.Inject()
.UseStartup<Startup>();
//.UseKestrel(options =>
//{
// options.Limits.MaxRequestBodySize = null; // 设置 null 就是不限制,具体值就是限制最大多少 M
//});
})
.UseSerilogDefault();
}