We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5980715 + 6590501 commit 8b19d31Copy full SHA for 8b19d31
src/main/resources/application-prod.properties
@@ -47,6 +47,8 @@ aws.accessKeyId=${AWS_ACCESSKEY}
47
aws.secretKey=${AWS_SECRETKEY}
48
aws.region=ap-northeast-2
49
aws.bucketName=s3elixir
50
+spring.servlet.multipart.max-file-size=10MB
51
+spring.servlet.multipart.max-request-size=10MB
52
53
# permit all patterns
54
security.whitelist[0]=/test
0 commit comments