Skip to content

Commit

Permalink
feat: yaml 프로파일 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomeo184 committed Oct 8, 2023
1 parent 29ca428 commit b707be3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
spring:
profiles:
active: local
include: secret

file:
upload-dir: images

server:
port : 7070

--- # local
spring:
profiles:
- local
group:
local:
- secret-local

0 comments on commit b707be3

Please sign in to comment.