allow larger file uploads
Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
spring.application.name=Backend
|
8
backend/src/main/resources/application.yaml
Normal file
8
backend/src/main/resources/application.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
spring:
|
||||
application:
|
||||
name: Backend
|
||||
servlet:
|
||||
multipart:
|
||||
enabled: true
|
||||
max-file-size: 4GB
|
||||
max-request-size: 4GB
|
Reference in New Issue
Block a user