]> git.openstreetmap.org Git - rails.git/blobdiff - config/settings/test.yml
Use omniauth-microsoft_graph instead of omniauth-windowslive
[rails.git] / config / settings / test.yml
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..72784fbb66243f9101601f3ab99cd11663360ba5 100644 (file)
@@ -0,0 +1,21 @@
+# Ignore the diary feed delay unless we're specifically testing it
+diary_feed_delay: 0
+# 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"
+microsoft_graph_auth_id: "dummy"
+microsoft_graph_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"