argos/notification-service/notification-web/src/main/resources/config/server.yml

13 lines
224 B
YAML
Raw Normal View History

2023-12-08 10:25:07 +01:00
server:
port: ${WEB_PORT}
2024-03-29 13:32:47 +01:00
forward-headers-strategy: NONE
tomcat:
threads:
max: 20
max-connections: 10000
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB