Sha256: fd78ec7850d3e211e3c146c4dc7a8805254e99f40a16c6b9b63081fc18d8537c

Contents?: true

Size: 887 Bytes

Versions: 4

Compression:

Stored size: 887 Bytes

Contents

development:
  log_mail: false
  user_class_name: "User"
  mount_at: "/admin/mail_engine"
  access_check_method: "logged_in?"
  replacement_email: "dev@youdomain.com"
  sendgrid:
    sendgrid_user: "you send grid username"
    sendgrid_key: "password"
    sendgrid_category: "my sendgrid category"

test:
  log_mail: false
  user_class_name: "User"
  mount_at: "/admin/mail_engine"
  access_check_method: "logged_in?"
  replacement_email: "dev@youdomain.com"
  sendgrid:
    sendgrid_user: "you send grid username"
    sendgrid_key: "password"
    sendgrid_category: "my sendgrid category"

production:
  log_mail: false
  user_class_name: "User"
  mount_at: "/admin/mail_engine"
  access_check_method: "logged_in?"
  replacement_email: "dev@youdomain.com"
  sendgrid:
    sendgrid_user: "you send grid username"
    sendgrid_key: "password"
    sendgrid_category: "my sendgrid category"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mail_engine-0.1.8 lib/mail_engine/generators/templates/mail_engine_config.yml
mail_engine-0.1.7 lib/mail_engine/generators/templates/mail_engine_config.yml
mail_engine-0.1.6 lib/mail_engine/generators/templates/mail_engine_config.yml
mail_engine-0.1.5 lib/mail_engine/generators/templates/mail_engine_config.yml