> On 18. Jan 2024, at 05:27, Neel Patel <
neelpa...@gmail.com> wrote:
>
> Error Log: the request was rejected because its size (151052968) exceeds the configured maximum (104857600)
>
> It seems that multipart max file size limit set as 100MB in "inception-app-webapp\src\main\resources\application.yml" and size of my targeted upload file is larger.
>
> can I modify this limit using "setting.properties" file or using some other approach in which modification of Inception code is not needed?
Any of the settings in the application.yml should be overridable via the settings.properties file.
You only need to use the dot-notation in the properties file of course instead of the hierarchical