Sha256: 871631d5fca722a6f7359b158b14af53a000e257b188a0e9ceabb6bb0185892e

Contents?: true

Size: 715 Bytes

Versions: 4

Compression:

Stored size: 715 Bytes

Contents

---
:collins:
    host: "https://collins.example.net"
    username: "some_username"
    password: "some_password"
    timeout: 30
:email:
    address: "smtp.sendgrid.net"
    port: 587
    domain: "example.com"
    user_name: "some_username"
    password: "some_password"
    authentication: "plain"
    enable_starttls_auto: true
    sender_address: "Collins <collins@example.com>"
:hipchat:
    api_token: "api_token_here"
    colors:
      success: "green"
      error: "red"
    notify: true
    room: "AutoBots"
    from_username: "Collins"
:irc:
    username: "some_username"
    password: "some_password"
    host: "hostname"
    port: 6697
    ssl: true
    join: true
    notice: true
    channel: "#test"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
collins_notify-0.0.4 sample_config.yaml
collins_notify-0.0.3 sample_config.yaml
collins_notify-0.0.2 sample_config.yaml
collins_notify-0.0.1 sample_config.yaml