]> git.openstreetmap.org Git - rails.git/blobdiff - config/settings/test.yml
Remove support for legacy trace files
[rails.git] / config / settings / test.yml
index e9a506c414fc1b4ce5a8676934e33456efa72399..5c5673f7dfd3a364fa1edda5ec12c1dfa128fb23 100644 (file)
@@ -1,6 +1,3 @@
-# Trace directories for testing
-gpx_trace_dir: <%= Rails.root.join("test", "gpx", "traces") %>
-gpx_image_dir: <%= Rails.root.join("test", "gpx", "images") %>
 # Ignore the diary feed delay unless we're specifically testing it
 diary_feed_delay: 0
 # Geonames credentials for testing
@@ -17,3 +14,10 @@ github_auth_id: "dummy"
 github_auth_secret: "dummy"
 wikipedia_auth_id: "dummy"
 wikipedia_auth_secret: "dummy"
+# Server URL for testing
+server_url: "test.host"
+# Storage services for testing
+avatar_storage: "test"
+trace_file_storage: "test"
+trace_image_storage: "test"
+trace_icon_storage: "test"