]> git.openstreetmap.org Git - rails.git/blob - config/settings/test.yml
Merge remote-tracking branch 'upstream/pull/4212'
[rails.git] / config / settings / test.yml
1 # Ignore the diary feed delay unless we're specifically testing it
2 diary_feed_delay: 0
3 # External authentication credentials for testing
4 google_auth_id: "dummy"
5 google_auth_secret: "dummy"
6 google_openid_realm: "https://www.openstreetmap.org"
7 facebook_auth_id: "dummy"
8 facebook_auth_secret: "dummy"
9 microsoft_auth_id: "dummy"
10 microsoft_auth_secret: "dummy"
11 github_auth_id: "dummy"
12 github_auth_secret: "dummy"
13 wikipedia_auth_id: "dummy"
14 wikipedia_auth_secret: "dummy"
15 # Server URL for testing
16 server_url: "test.host"
17 # Storage services for testing
18 avatar_storage: "test"
19 trace_file_storage: "test"
20 trace_image_storage: "test"
21 trace_icon_storage: "test"
22 # Lower some rate limits for testing
23 max_changeset_comments_per_hour: 30
24 moderator_changeset_comments_per_hour: 60