mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-07 18:24:50 +00:00
PRODSEC-10138 Override embedded tomcat default multipart parameters (#1103)
This commit is contained in:
parent
27b5005b21
commit
5edfe361be
@ -21,6 +21,9 @@ server:
|
||||
port: ${SERVER_PORT:8090}
|
||||
error:
|
||||
include-message: ALWAYS
|
||||
tomcat:
|
||||
max-part-count: 10000
|
||||
max-part-header-size: 8192B
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
@ -21,6 +21,9 @@ server:
|
||||
port: ${SERVER_PORT:8090}
|
||||
error:
|
||||
include-message: ALWAYS
|
||||
tomcat:
|
||||
max-part-count: 10000
|
||||
max-part-header-size: 8192B
|
||||
|
||||
# Historic values (AVOID) - Exist to help with transition to newer versions
|
||||
transformer-routes-path: ${TRANSFORMER_ROUTES_FILE_LOCATION:transformer-pipelines.json}
|
||||
@ -61,4 +64,4 @@ management:
|
||||
container:
|
||||
name: ${HOSTNAME:t-engine}
|
||||
isTRouter: false
|
||||
behind-ingres: false
|
||||
behind-ingres: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user