Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -510,8 +510,9 @@ spring.resources.chain: |
510 | 510 | content: |
511 | 511 | enabled: "true" |
512 | 512 | |
513 | -spring.servlet.multipart.max-file-size: "50MB" | |
514 | -spring.servlet.multipart.max-request-size: "50MB" | |
513 | +spring.servlet.multipart: | |
514 | + max-file-size: "5MB" | |
515 | + max-request-size: "10MB" | |
515 | 516 | |
516 | 517 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation: "true" |
517 | 518 | spring.jpa.properties.hibernate.order_by.default_null_ordering: "last" | ... | ... |