You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by ws...@apache.org on 2009/03/11 00:01:37 UTC

svn commit: r752311 - /incubator/olio/webapp/rails/trunk/config/environment.rb

Author: wsobel
Date: Wed Mar 11 00:01:37 2009
New Revision: 752311

URL: http://svn.apache.org/viewvc?rev=752311&view=rev
Log:
Fix for OLIO-64: Fixed url for geolocation in configuration

Modified:
    incubator/olio/webapp/rails/trunk/config/environment.rb

Modified: incubator/olio/webapp/rails/trunk/config/environment.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/config/environment.rb?rev=752311&r1=752310&r2=752311&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/config/environment.rb (original)
+++ incubator/olio/webapp/rails/trunk/config/environment.rb Wed Mar 11 00:01:37 2009
@@ -73,5 +73,5 @@
 require RAILS_ROOT + '/test/selenium_helper' if defined? SeleniumOnRails::FixtureLoader
 
 require 'geolocation'
-Geolocation.url = 'http://localhost:8080/Web20Emulator/geocode?appid=gsd5f'
+Geolocation.url = 'http://localhost:8080/geocoder/geocode?appid=gsd5f'