Sha256: 408b3e62af8ed8679147c083cf59bcbb53ce082b0568441c993d10f11f67c212

Contents?: true

Size: 689 Bytes

Versions: 4

Compression:

Stored size: 689 Bytes

Contents

---
production:
  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

4 entries across 4 versions & 1 rubygems

Version Path
campfire-bot-absentee-camper-0.3.0 absentee-camper-config.example.yml
campfire-bot-absentee-camper-0.2.0 absentee-camper-config.example.yml
campfire-bot-absentee-camper-0.1.0 absentee-camper-config.example.yml
campfire-bot-absentee-camper-0.0.1 absentee-camper-config.example.yml