Skip to content

Commit

Permalink
Fix: yml profile dev로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Mar 28, 2024
1 parent 9c276d3 commit 13926b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daepiro-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
profiles:
active: local
active: dev
group:
local: core,redis,auth,crawler,common,api
dev: core,redis,auth,crawler,common,api
Expand Down
2 changes: 1 addition & 1 deletion daepiro-redis/src/main/resources/application-redis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
config:
activate:
on-profile: dev
on-profile: local

redis:
host: localhost
Expand Down

0 comments on commit 13926b7

Please sign in to comment.