Skip to content

Commit

Permalink
fix: application profile name 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Sep 6, 2024
1 parent e1d74ad commit f36950f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
profile:
active: dev

server:
port: 8081

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
profile:
active: local

server:
port: 8081

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
profile:
active: prod

server:
port: 8081

Expand Down

0 comments on commit f36950f

Please sign in to comment.