Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Nov 26, 2024
1 parent f51736b commit da318b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions execute/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spring:
on-profile: local
import:
- application-rds-local.yml
- application-redis-local.yml
- application-hc-local.yml

logging:
Expand All @@ -32,6 +33,7 @@ spring:
on-profile: prod
import:
- application-rds-prod.yml
- application-redis-prod.yml
- application-hc-prod.yml

logging:
Expand Down

0 comments on commit da318b5

Please sign in to comment.