Store with confirmation code

This commit is contained in:
Saurabh Bhatia 2014-02-27 12:56:56 +08:00
parent 1f02857aa3
commit 2dbcc791f9
1 changed files with 1 additions and 1 deletions

View File

@ -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