feat(backend): limit multipart upload to 5 MB file / 6 MB request

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 09:09:14 +02:00
parent 90cff0c4d2
commit 46f2ec45a3

View File

@@ -19,5 +19,10 @@ spring:
enabled: true enabled: true
locations: classpath:db/migration locations: classpath:db/migration
servlet:
multipart:
max-file-size: 5MB
max-request-size: 6MB
server: server:
port: 8080 port: 8080