Move all settings to settings.yml
We leave the STATUS setting alone, since it's required before rails boots. The test-specific settings now live in config/settings/test.yml
This commit is contained in:
parent
7b08270526
commit
d102c9aaf4
62 changed files with 316 additions and 349 deletions
|
@ -0,0 +1,16 @@
|
|||
gpx_trace_dir: <%= Rails.root.join("test", "gpx", "traces") %>
|
||||
gpx_image_dir: <%= Rails.root.join("test", "gpx", "images") %>
|
||||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue