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