Sha256: 6ab941c16755c91d571954aa9c9b29f17ceafe5ee16b0bbad575fda84314f9ae
Contents?: true
Size: 426 Bytes
Versions: 44
Compression:
Stored size: 426 Bytes
Contents
## # Hipchat [Notifier] # notify_by Hipchat do |hipchat| hipchat.on_success = true hipchat.on_warning = true hipchat.on_failure = true hipchat.token = "token" hipchat.from = "DB Backup" hipchat.rooms_notified = ["activity"] hipchat.success_color = "green" hipchat.warning_color = "yellow" hipchat.failure_color = "red" hipchat.api_version = "v1" end
Version data entries
44 entries across 44 versions & 9 rubygems