From c069cfbec093ede01d8731d3b60b91b452b5f84e Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Mon, 7 Dec 2020 16:33:01 -0300 Subject: [PATCH] Fixed extra } in production.rb config (#8805) --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 504618d172..b43b00b381 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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