Updated production settings

This commit is contained in:
saurabhbhatia 2013-12-04 11:54:00 +08:00
parent a09133b164
commit fda0abdd25
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Orbit::Application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
config.action_mailer.default_url_options = { :host => 'http://new.tp.rulingcom.com' }
config.action_mailer.default_url_options = { :host => 'new.tp.rulingcom.com' }
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
# config.assets.precompile += %w( search.js )