Skip to content

Commit

Permalink
[refactor] 환경 변수 설정 변경
Browse files Browse the repository at this point in the history
application yaml 파일에서 import 하도록 변경
  • Loading branch information
BaeJunho committed Oct 1, 2024
1 parent 725d3db commit 579dbab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/application-security.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
spring:
config:
import: optional:file:.env[.properties]
security:
oauth2:
client:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring:
config:
import: classpath:application-security.yaml, classpath:application-youtube.yaml
import: classpath:application-security.yaml, classpath:application-youtube.yaml, optional:file:.env[.properties]

0 comments on commit 579dbab

Please sign in to comment.