Skip to content

Commit

Permalink
fix: add missing slack related info
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 committed Aug 19, 2024
1 parent 9de1612 commit b339d4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion photo-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ management:
enabled: false
zipkin:
tracing:
endpoint: http://zipkin/api/v2/spans
endpoint: http://zipkin/api/v2/spans

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

0 comments on commit b339d4c

Please sign in to comment.