X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/860887de5272c3e2a39cb7e0c9db6f0acba1b4c6..c4c99bf413596a3fadcf2e1d54b00710001f7ab7:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index f60064a39..895601944 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" @@ -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"