Skip to content

Commit

Permalink
feat: adapt hero-alignlab-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Jul 10, 2024
1 parent 8fd2bf9 commit 6f990ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spring:
timeout-per-shutdown-phase: 5s # format : https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-conversion-duration
application:
name: hero-alignlab-api
config:
import:
- classpath:/config/hero-alignlab-config.yml

# DATABASE
hero:
Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/config/hero-alignlab-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ===================================================================
# Spring Boot Configuration for the Hero Alignlab Config
# ===================================================================

---
# ===================================================================
# Spring Boot Configuration for the Hero Alignlab Config profile Prod
# ===================================================================
spring:
config:
activate:
on-profile: prod

0 comments on commit 6f990ea

Please sign in to comment.