Sha256: 3e0b8d5e1671649908621da8d6f92094a6d7a7963017022e21333ec6bd4d3fb4

Contents?: true

Size: 647 Bytes

Versions: 12

Compression:

Stored size: 647 Bytes

Contents

smtp_common: &smtp_common
  user_name: stmp_username
  domain: email.yourorg.com
  address: smtp.someservice.com
  port: 555
  authentication: !ruby/sym plain
  enable_starttls_auto: true

development:
  smpt_settings:
    <<: *smtp_common
  from: bi-alerts@email.yourorg.com
  default_url_host: localhost:3000

test:
  smpt_settings:
    <<: *smtp_common
  from: bi-alerts@email.yourorg.com

staging:
  smpt_settings:
    <<: *smtp_common
  from: bi-alerts@email.yourorg.com
  default_url_host: staging-aleph.yourorg.com

production:
  smpt_settings:
    <<: *smtp_common
  from: bi-alerts@email.yourorg.com
  default_url_host: aleph.yourorg.com

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev config/example/email.yml
aleph_analytics-0.4.8 config/example/email.yml
aleph_analytics-0.4.7 config/example/email.yml
aleph_analytics-0.4.4 config/example/email.yml
aleph_analytics-0.4.2 config/example/email.yml
aleph_analytics-0.4.1 config/example/email.yml
aleph_analytics-0.3.0 config/example/email.yml
aleph_analytics-0.2.0 config/example/alerts.yml
aleph_analytics-0.1.0 config/example/alerts.yml
aleph_analytics-0.0.6 config/example/alerts.yml
aleph_analytics-0.0.5 config/example/alerts.yml
aleph_analytics-0.0.4 config/example/alerts.yml