BaGet icon indicating copy to clipboard operation
BaGet copied to clipboard

Allow FormOptions to be configured in appsettings.json

Open thoscut opened this issue 1 year ago • 0 comments

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,
  },

thoscut avatar Aug 11 '23 12:08 thoscut