defaults: &DEFAULTS domain: 'localhost:3000' mail: address : 'smtp.sendgrid.net' port : 587 domain : 'domain.com' user_name : 'user' password : 'password' authenication : 'plain' enable_starttls_auto : true development: <<: *DEFAULTS production: <<: *DEFAULTS domain: 'domain.com' mail: address : 'smtp.sendgrid.net' port : 587 domain : 'domain.com' user_name : 'user' password : 'password' authenication : 'plain' enable_starttls_auto : true staging: <<: *DEFAULTS domain: 'stage.domain.com' test: &TEST <<: *DEFAULTS