]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.yml
Don't refer to the decline button when there isn't one
[rails.git] / config / application.yml
index b368d1fcaa7825304db98a9449ee612255ce1a06..25df99d265ad5b56e063f7ab51236d3651efd947 100644 (file)
@@ -47,7 +47,12 @@ standard_settings: &standard_settings
   default_legale: GB
   # Memory limits (in Mb)
   #soft_memory_limit: 512
-  #hard_memory_limit: 2048 
+  #hard_memory_limit: 2048
+  # Location of GPX traces and images
+  gpx_trace_dir: "/home/osm/traces"
+  gpx_image_dir: "/home/osm/images"
+  # Location of data for file columns
+  #file_column_root: ""
 
 development:
   <<: *standard_settings