Skip to content

Commit

Permalink
merge: application-file.yml 생성 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho authored Sep 27, 2023
1 parent eea74ce commit 26aea6c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
config:
activate:
on-profile: prod
import: sub/application-db.yml, sub/application-token.yml
import: sub/application-db.yml, sub/application-token.yml, dev/application-file.yml

---
spring:
Expand Down
15 changes: 15 additions & 0 deletions src/main/resources/dev/application-file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB

file:
store:
image:
path: src/main/resources/store-image/
logo:
path: src/main/resources/store-logo-image/
menu:
image:
path: src/main/resources/menu-image/

0 comments on commit 26aea6c

Please sign in to comment.