X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ca5de5b4e01297b07ce3a9db45e908f15f7cda11..078dc1a5266f11e94150a36eec87bc680609ee68:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index f60064a39..1f0705bd3 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -6,8 +6,10 @@ defaults: &defaults copyright_owner: "OpenStreetMap and contributors" attribution_url: "http://www.openstreetmap.org/copyright" license_url: "http://opendatacommons.org/licenses/odbl/1-0/" + # Support email address + support_email: support@openstreetmap.org # Sender addresses for emails - email_from: "OpenStreetMap " + email_from: "OpenStreetMap " email_return_path: "bounces@openstreetmap.org" # API version api_version: "0.6" @@ -94,7 +96,7 @@ defaults: &defaults graphhopper_url: "//graphhopper.com/api/1/route" mapquest_directions_url: "//open.mapquestapi.com/directions/v2/route" mapzen_valhalla_url: "//valhalla.mapzen.com/route" - osrm_url: "//router.project-osrm.org/viaroute" + osrm_url: "//router.project-osrm.org/route/v1/driving/" # External authentication credentials #google_auth_id: "" #google_auth_secret: "" @@ -103,6 +105,8 @@ defaults: &defaults #facebook_auth_secret: "" #windowslive_auth_id: "" #windowslive_auth_secret: "" + #github_auth_id: "" + #github_auth_secret: "" # MapQuest authentication details #mapquest_key: "" # Mapzen authentication details @@ -126,3 +130,5 @@ test: facebook_auth_secret: "dummy" windowslive_auth_id: "dummy" windowslive_auth_secret: "dummy" + github_auth_id: "dummy" + github_auth_secret: "dummy"