You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
357 B

  1. framework:
  2. notifier:
  3. chatter_transports:
  4. texter_transports:
  5. channel_policy:
  6. # use chat/slack, chat/telegram, sms/twilio or sms/nexmo
  7. urgent: ['email']
  8. high: ['email']
  9. medium: ['email']
  10. low: ['email']
  11. admin_recipients:
  12. - { email: admin@example.com }