BaGet
BaGet copied to clipboard
Allow FormOptions to be configured in appsettings.json
As the FormOptions allow to configure e.g. MultipartBodyLengthLimit, allowing larger packages will also need this options to be conifgurable using the appsettings.json, which will be enabled by the change:
"FormOptions": {
"MultipartBodyLengthLimit": 214748364700,
},
"IISServerOptions": {
"MaxRequestBodySize": 26214400000,
},