add post size
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2025-12-26 19:29:47 +07:00
parent 91e9b0c785
commit 291586dbf4
+5 -16
View File
@@ -16,11 +16,10 @@ spring:
servlet: servlet:
multipart: multipart:
max-file-size: 10MB
max-request-size: 100MB
enabled: true enabled: true
resolve-lazily: true resolve-lazily: false
file-size-threshold: 0
max-file-size: 5242880
max-request-size: 10485760
file: file:
storage: storage:
@@ -32,13 +31,6 @@ file:
temp-ttl-hours: ${TEMP_TTL_HOURS:72} # 3 дня temp-ttl-hours: ${TEMP_TTL_HOURS:72} # 3 дня
session-expiry-hours: ${SESSION_EXPIRY_HOURS:24} session-expiry-hours: ${SESSION_EXPIRY_HOURS:24}
server:
port: ${SERVER_PORT:8080}
tomcat:
max-swallow-size: 20MB
max-http-form-post-size: 20MB
max-http-header-size: 16KB
security: security:
cors: cors:
allowed-origins: "*" allowed-origins: "*"
@@ -46,11 +38,8 @@ security:
allowed-headers: "*" allowed-headers: "*"
allow-credentials: true allow-credentials: true
#server: server:
# port: ${SERVER_PORT:8080} port: ${SERVER_PORT:8080}
#
#
logging: logging:
level: level: