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

13 lines
224 B
YAML

server:
port: ${WEB_PORT}
forward-headers-strategy: NONE
tomcat:
threads:
max: 20
max-connections: 10000
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB