From 2dbcc791f979e3529dfa195e72ab9a4a97cf1694 Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Thu, 27 Feb 2014 12:56:56 +0800 Subject: [PATCH] Store with confirmation code --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 3be0352..42b0b2a 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -27,5 +27,5 @@ Mtstore::Application.configure do config.assets.debug = true config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 } - config.action_mailer.default_url_options = { host: "localhost", :port => 3000, protocol: "http" } + config.action_mailer.default_url_options = { host: "store.tp.rulingcom.com", protocol: "http" } end