X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b08270526a34723f1bb9f68a1f0878838714b15..92b122759f131d161c36987999eed437c6e3b0d5:/config/settings/test.yml diff --git a/config/settings/test.yml b/config/settings/test.yml index e69de29bb..5c5673f7d 100644 --- a/config/settings/test.yml +++ b/config/settings/test.yml @@ -0,0 +1,23 @@ +# 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" +google_openid_realm: "https://www.openstreetmap.org" +facebook_auth_id: "dummy" +facebook_auth_secret: "dummy" +windowslive_auth_id: "dummy" +windowslive_auth_secret: "dummy" +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"