X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/11cc4a5e601dd288d601e6e35a72d159062f18b5..b801f3e3e59bc9f9bcdc7b64db2f45e9acd363ef:/config/settings/test.yml diff --git a/config/settings/test.yml b/config/settings/test.yml index e9a506c41..1f951e872 100644 --- a/config/settings/test.yml +++ b/config/settings/test.yml @@ -1,10 +1,5 @@ -# 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 -geonames_username: "dummy" # External authentication credentials for testing google_auth_id: "dummy" google_auth_secret: "dummy" @@ -17,3 +12,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"