Skip to content

Commit

Permalink
refactor: change image size
Browse files Browse the repository at this point in the history
  • Loading branch information
arturhasparian committed Mar 21, 2024
1 parent e63a100 commit a35de3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ server.description=
server.frontend.host=localhost

# Servlet
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
spring.servlet.multipart.max-file-size=5MB
spring.servlet.multipart.max-request-size=5MB

# JWT
jwt.secret.access.expirationMs=600000
Expand Down

0 comments on commit a35de3a

Please sign in to comment.