diff --git a/config/environments/production.rb b/config/environments/production.rb index a28dc97..6efa085 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -21,6 +21,3 @@ config.gem "rubaidh-google_analytics", :lib => "rubaidh/google_analytics", :version => "1.1.4", :source => "http://gems.github.com" - -HOST = "rebirth.heroku.com" - diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 5677684..789577a 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -11,5 +11,7 @@ config.action_controller.perform_caching = true # Disable delivery errors if you bad email addresses should just be ignored config.action_mailer.raise_delivery_errors = false -HOST = "rebirth.heroku.com" - +config.gem "rubaidh-google_analytics", + :lib => "rubaidh/google_analytics", + :version => "1.1.4", + :source => "http://gems.github.com" -- libgit2 0.21.2