Skip to content

Commit

Permalink
10-30-12 date fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilankasan committed Oct 31, 2012
1 parent fcfe618 commit dc920bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/environments/production.rb
Expand Up @@ -52,12 +52,12 @@
#config.action_mailer.default_url_options = { :host => 'tiviti-staging.heroku.com' }
#config.action_mailer.asset_host = "tiviti-staging.heroku.com"

#config.action_mailer.default_url_options = { :host => 'tiviti-s2.heroku.com' }
#config.action_mailer.asset_host = "tiviti-s2.heroku.com"
config.action_mailer.default_url_options = { :host => 'tiviti-s2.heroku.com' }
config.action_mailer.asset_host = "tiviti-s2.heroku.com"


config.action_mailer.default_url_options = { :host => 'tiviti.heroku.com' }
config.action_mailer.asset_host = "tiviti.heroku.com"
# config.action_mailer.default_url_options = { :host => 'tiviti.heroku.com' }
# config.action_mailer.asset_host = "tiviti.heroku.com"


# Send deprecation notices to registered listeners
Expand Down

0 comments on commit dc920bc

Please sign in to comment.