Skip to content

Commit

Permalink
feat: add slack related info in application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Aug 3, 2024
1 parent f82dc40 commit 4d5a1c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ management:
zipkin:
tracing:
endpoint: http://zipkin/api/v2/spans

slack:
webhook:
token: ${SLACK_TOKEN}
channel:
error: ${SLACK_ERROR_CHANNEL}

0 comments on commit 4d5a1c3

Please sign in to comment.