X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ef85e8c7b346588a5e6ad0df7ddeb1046977c61a..9f11cff0199f82459dae03be2ce9fc51920fd9fa:/config/settings/test.yml diff --git a/config/settings/test.yml b/config/settings/test.yml index 77afe95ee..5c5673f7d 100644 --- a/config/settings/test.yml +++ b/config/settings/test.yml @@ -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 @@ -21,3 +18,6 @@ wikipedia_auth_secret: "dummy" server_url: "test.host" # Storage services for testing avatar_storage: "test" +trace_file_storage: "test" +trace_image_storage: "test" +trace_icon_storage: "test"