Skip to content

Commit

Permalink
Fixed extra } in production.rb config (#8805)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito authored Dec 7, 2020
1 parent 8276e02 commit c069cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
:user_name => ENV["SMTP_USER"] || '',
:password => ENV["SMTP_PASS"] || '',
:authentication => ENV["SMTP_AUTH"] || '',
:enable_starttls_auto => ENV["SMTP_STLS"] || false }
:enable_starttls_auto => ENV["SMTP_STLS"] || false
}

# Enable threaded mode
Expand Down

0 comments on commit c069cfb

Please sign in to comment.