9 lines
176 B
YAML
9 lines
176 B
YAML
notifiers:
|
|
- name: notification-channel-1
|
|
type: slack
|
|
org_id: 2
|
|
is_default: true
|
|
settings:
|
|
recipient: "XXX"
|
|
token: "xoxb"
|
|
uploadImage: true |