From 6fe22d41a96ea01cc02c9439a195fe1cda4fb0c7 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Fri, 22 May 2009 18:41:33 +0000 Subject: [PATCH] Reverting config file that shouldn't have been committed. --- config/initializers/gpx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/initializers/gpx.rb b/config/initializers/gpx.rb index a967aaa04..df4c6019c 100644 --- a/config/initializers/gpx.rb +++ b/config/initializers/gpx.rb @@ -1,5 +1,5 @@ # Set location of GPX trace files -GPX_TRACE_DIR = "/Users/shaunmcdonald/Documents/osm/pg_api06/public/traces" +GPX_TRACE_DIR = "/home/osm/traces" # Set location of GPX image files -GPX_IMAGE_DIR = "/Users/shaunmcdonald/Documents/osm/pg_api06/public/images" +GPX_IMAGE_DIR = "/home/osm/images" -- 2.43.2