From 2ede5f499f1bfdfe89705b05376c7ec2ecb29cd2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 17 Aug 2010 13:53:15 -0700 Subject: [PATCH] Commas --- config/environments/production.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index fb9f8f97e..354aed8f7 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -45,11 +45,11 @@ Diaspora::Application.configure do config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => 'smtp.joindiaspora.com', - :port => 587 - :domain => 'www.joindiaspora.com' - :authentication => 'plain' - :user_name => 'diaspora-pivots' - :password => "xy289|]G+R*-kA" + :port => 587, + :domain => 'www.joindiaspora.com', + :authentication => 'plain', + :user_name => 'diaspora-pivots', + :password => "xy289|]G+R*-kA", :enable_starttls_auto => true } end