Skip to content

Commit

Permalink
Fixed extra } in production.rb config (publiclab#8805)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito authored and billymoroney1 committed Dec 28, 2021
1 parent fd5d9e2 commit f45d15b
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 f45d15b

Please sign in to comment.