]> git.openstreetmap.org Git - rails.git/blobdiff - config/settings/test.yml
Make the storage service to use for avatars configurable
[rails.git] / config / settings / test.yml
index 307eb7f65a94e5c450880542965895c5b95d2b2b..77afe95ee3a94b2c7c0bf326c5d51b6af1cee8f7 100644 (file)
@@ -1,5 +1,8 @@
+# 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
@@ -14,3 +17,7 @@ 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"