We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abbcd2c + 0014436 commit 3a94ae8Copy full SHA for 3a94ae8
2 files changed
application-admin/src/main/resources/application.yml
@@ -10,6 +10,10 @@ spring:
10
- payment-postgres
11
- store-mongo
12
- store-redis
13
+ servlet:
14
+ multipart:
15
+ max-file-size: 10MB
16
+ max-request-size: 20MB
17
18
logging:
19
level:
application-client/src/main/resources/application.yml
@@ -29,6 +29,10 @@ spring:
29
config:
30
default:
31
logger-level: full
32
33
34
35
36
37
38
pattern:
0 commit comments