diff --git a/eperusteet/eperusteet-service/src/main/resources/application.properties b/eperusteet/eperusteet-service/src/main/resources/application.properties index 041985dc4..107ee45ab 100644 --- a/eperusteet/eperusteet-service/src/main/resources/application.properties +++ b/eperusteet/eperusteet-service/src/main/resources/application.properties @@ -40,4 +40,7 @@ cas.mode=front cas.key=eperusteet-service spring_security_default_access=permitAll -connection.uses-ssl-proxy=true \ No newline at end of file +connection.uses-ssl-proxy=true + +spring.servlet.multipart.max-file-size: 10MB +spring.servlet.multipart.max-request-size: 10MB \ No newline at end of file