X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f99c383318c4f9ea15639f0566f3e42db4e2c8b1..92b122759f131d161c36987999eed437c6e3b0d5:/config/settings/test.yml diff --git a/config/settings/test.yml b/config/settings/test.yml index e9a506c41..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 @@ -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"