Skip to content

Commit abe9d52

Browse files
authored
Merge pull request #191 from DevKor-github/feat/metric
Fix: application.yml 변수 적용
2 parents d1cef96 + 721c590 commit abe9d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ date:
105105
decoded-key: ${HOLIDAY_API_DECODED_KEY}
106106

107107
metrics:
108-
environment: dev
108+
environment: ${METRICS_ENV}

0 commit comments

Comments
 (0)