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