Skip to content

Commit

Permalink
Fix upload of large files
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Sep 12, 2024
1 parent 70dd13c commit edf98ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helmfile.d/20-appserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ releases:
value: "true"
- name: SPRING_SERVLET_MULTIPART_MAXFILESIZE
value: "20MB"
- name: SPRING_SERVLET_MULTIPART_MAXREQUESTSIZE
value: "20MB"
- name: SPRING_SERVLET_MULTIPART_ENABLED
value: "true"
- name: RADAR_STORAGE_S3_ACCESSKEY
Expand Down

0 comments on commit edf98ea

Please sign in to comment.