Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2020/03/09 06:58]
tomiskar [Attachment storage]
devel:documentation:application_configuration:dev:backend [2020/03/09 07:33]
tomiskar [Attachment storage]
Line 236: Line 236:
 <code properties> <code properties>
 # Max file size of uploaded file. Values can use the suffixed "Mb" or "Kb" to indicate a Megabyte or Kilobyte size. # Max file size of uploaded file. Values can use the suffixed "Mb" or "Kb" to indicate a Megabyte or Kilobyte size.
-spring.servlet.multipart.max-file-size=100Mb +spring.servlet.multipart.max-file-size=100MB 
-spring.servlet.multipart.max-request-size=100Mb+spring.servlet.multipart.max-request-size=100MB
  
 </code> </code>
  • by chalupat