Store with confirmation code
This commit is contained in:
parent
1f02857aa3
commit
2dbcc791f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue