Sha256: c1f5c116ac90ee06f147b5d95d69caef36685aad2f6ef563e0ac4830a61a1a17

Contents?: true

Size: 683 Bytes

Versions: 3

Compression:

Stored size: 683 Bytes

Contents

---
test:
  pony_options:
    # NOTE: The colons before these options are very important.
    #       Pony requires that the keys be symbols and not strings.
    #
    :from: Absentee Camper <no-reply@your-company.com>
    :subject: "[Campfire] People are talking about you!"
    :via: :smtp
    :via_options:
      :address: smtp.sendgrid.net
      :port: 587
      :enable_starttls_auto: true
      :authentication: plain
      :user_name: your-user-name
      :password: secret
  users:
    # User with custom (and possibly multiple) notifiers
    chad:
      id: 1234567
      notification_methods:
        Prowl: your-prowl-api-key
    # Default email notifier
    john: 987654

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
campfire-bot-absentee-camper-0.3.0 spec/absentee-camper-config.yml
campfire-bot-absentee-camper-0.2.0 spec/absentee-camper-config.yml
campfire-bot-absentee-camper-0.1.0 spec/absentee-camper-config.yml