Skip to content

Commit 6c776af

Browse files
authored
Merge pull request #2926 from bcgov/feature/config-add
Add Config File Count
2 parents 50a87fa + d56e1c3 commit 6c776af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/efiling-api/src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
server:
22
port: ${SERVER_PORT:8080}
3+
tomcat:
4+
max-part-count: ${MAX_FILE_COUNT:15}
5+
max-part-header-size: ${MAX_HEADER_SIZE:2048}
36
spring:
47
security:
58
oauth2:

0 commit comments

Comments
 (0)