Skip to content

Commit

Permalink
fix: update params
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed May 16, 2024
1 parent 4cc02c4 commit ffbc734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spring.jpa.show-sql=true
spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master.xml

server.servlet.session.timeout=30s
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
spring.servlet.multipart.max-file-size=15MB
spring.servlet.multipart.max-request-size=15MB
spring.servlet.multipart.resolve-lazily=true

spring.jackson.parser.allow-unquoted-control-chars=true
Expand Down

0 comments on commit ffbc734

Please sign in to comment.