Skip to content

Commit 2e45b38

Browse files
committed
chore: slack webhook uri 환경변수화
1 parent f11b549 commit 2e45b38

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
@@ -35,5 +35,5 @@ cloud:
3535
auto: false
3636
logging:
3737
slack:
38-
webhook-uri: https://hooks.slack.com/services/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 # SLACK_WEBHOOK_URI 추가
38+
webhook-uri: ${SLACK_WEBHOOK_URI}
3939
config: classpath:logback-slack.xml

0 commit comments

Comments
 (0)