Fine adjustments from lots of testing.
Former-commit-id: cd98441fd45b8d14b3b757bdc21cbd64347acd4a
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
default: &default
|
||||
smtp_address: ENV['SMTP_ADDRESS']
|
||||
smtp_domain: ENV['SMTP_DOMAIN']
|
||||
smtp_port: ENV['SMTP_PORT']
|
||||
smtp_user_name: ENV['SMTP_USER_NAME']
|
||||
smtp_password: ENV['SMTP_PASSWORD']
|
||||
smtp_ssl: ENV['SMTP_SSL']
|
||||
default_url: ENV['DEFAULT_URL']
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
|
||||
preview:
|
||||
<<: *default
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
@@ -84,6 +84,7 @@ BikeBike::Application.configure do
|
||||
address: config.app_config['smtp_address'],
|
||||
domain: config.app_config['smtp_domain'],
|
||||
port: config.app_config['smtp_port'],
|
||||
ssl: config.app_config['smtp_ssl'],
|
||||
authentication: :plain,
|
||||
enable_starttls_auto: true,
|
||||
openssl_verify_mode: 'none',
|
||||
|
||||
Reference in New Issue
Block a user