增加上传华为云obs接口
This commit is contained in:
@@ -16,6 +16,10 @@ namespace Ewide.Web.Entry
|
||||
{
|
||||
webBuilder.Inject()
|
||||
.UseStartup<Startup>();
|
||||
//.UseKestrel(options =>
|
||||
//{
|
||||
// options.Limits.MaxRequestBodySize = null; // 设置 null 就是不限制,具体值就是限制最大多少 M
|
||||
//});
|
||||
})
|
||||
.UseSerilogDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user