Skip to content

Commit

Permalink
refactor: 서브모듈 위치 변경 및 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Apr 1, 2024
1 parent ca21e27 commit 6ac0de2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "backend/src/main/resources/festago-config"]
path = backend/src/main/resources/festago-config
[submodule "backend/src/main/resources/config"]
path = backend/src/main/resources/config
url = https://github.com/festago/festago-config.git
5 changes: 0 additions & 5 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
spring:
profiles:
active: local
config:
import:
- classpath:/festago-config/backend/application-dev.yml
- classpath:/festago-config/backend/application-prod.yml
- classpath:/festago-config/backend/application-infra.yml
1 change: 1 addition & 0 deletions backend/src/main/resources/config
Submodule config added at dbe6a3
1 change: 0 additions & 1 deletion backend/src/main/resources/festago-config
Submodule festago-config deleted from 691d66

0 comments on commit 6ac0de2

Please sign in to comment.