Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
dereke committed Aug 20, 2021
2 parents a3a4702 + a4dd2e9 commit 4b8855f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,4 @@ RUBY VERSION
ruby 2.6.5p114

BUNDLED WITH
2.1.4
2.2.5
6 changes: 3 additions & 3 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
config.i18n.fallbacks = true

ActionMailer::Base.smtp_settings = {
address: 'smtp.sendgrid.net',
address: ENV['SMTP_SERVER'],
port: 587,
user_name: ENV['SENDGRID_USERNAME'],
password: ENV['SENDGRID_PASSWORD'],
user_name: ENV['SMTP_USERNAME'],
password: ENV['SMTP_PASSWORD'],
domain: 'carbonneutralmap.org.uk',
authentication: :plain,
enable_starttls_auto: true
Expand Down

0 comments on commit 4b8855f

Please sign in to comment.