Skip to content

Commit

Permalink
Add Request File Size
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Dec 20, 2023
1 parent 9217f90 commit 6dc8a90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ jwt:
secret-key: ENC(nFedRKX5zt00VoNk/11zZcZVAtdnl/AHTDJW74urxj103ameypl1NctWnJYl90thp8OS/DIP8B0oHXgvMVJ02TPFiMZes3Kf3/EPG9t/MnUKvjc4iz1HZ+F76oDcvxXheKiioRZkGt1b0g9iyh7PW4CKSo5T/rScgXsg2c+05bg=)

spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
config:
activate:
on-profile: dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ jwt:
secret-key: ENC(nFedRKX5zt00VoNk/11zZcZVAtdnl/AHTDJW74urxj103ameypl1NctWnJYl90thp8OS/DIP8B0oHXgvMVJ02TPFiMZes3Kf3/EPG9t/MnUKvjc4iz1HZ+F76oDcvxXheKiioRZkGt1b0g9iyh7PW4CKSo5T/rScgXsg2c+05bg=)

spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
config:
activate:
on-profile: prod
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
config:
activate:
on-profile: test
Expand Down

0 comments on commit 6dc8a90

Please sign in to comment.