We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11b549 commit 2e45b38Copy full SHA for 2e45b38
src/main/resources/application.yml
@@ -35,5 +35,5 @@ cloud:
35
auto: false
36
logging:
37
slack:
38
- webhook-uri: https://hooks.slack.com/services/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 # SLACK_WEBHOOK_URI 추가
+ webhook-uri: ${SLACK_WEBHOOK_URI}
39
config: classpath:logback-slack.xml
0 commit comments