allow larger file uploads

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-07 14:00:43 +02:00
parent 2c8b9465cd
commit 3cb1b31a37
2 changed files with 8 additions and 1 deletions

View File

@@ -1 +0,0 @@
spring.application.name=Backend

View File

@@ -0,0 +1,8 @@
spring:
application:
name: Backend
servlet:
multipart:
enabled: true
max-file-size: 4GB
max-request-size: 4GB