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
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:backend [2019/02/05 11:40]
tomiskar [Identity]
devel:documentation:application_configuration:dev:backend [2019/02/14 12:56]
tomiskar [Attachment storage]
Line 205: Line 205:
 # older temporary files will be purged, default 14 days # older temporary files will be purged, default 14 days
 idm.sec.core.attachment.tempTtl=1209600000 idm.sec.core.attachment.tempTtl=1209600000
 +#
 +# Max file size of uploaded file. Values can use the suffixed "MB" or "KB" to indicate a Megabyte or Kilobyte size.
 +multipart.max-file-size=1Mb
 +
 +</code>
 +
 +In the application profile (application.properties).
 +
 +<code properties>
 +#
 +# Max file size of uploaded file. Values can use the suffixed "MB" or "KB" to indicate a Megabyte or Kilobyte size.
 +multipart.max-file-size=1Mb
 +
 </code> </code>
  
  • by chalupat