This is to provide another tool to help spam fighting. The configuration value is set to zero hours for new deploys in order to be 'least surprising'. You can change the setting without interfering with your test suite.
19 lines
690 B
YAML
19 lines
690 B
YAML
# 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"
|
|
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"
|