From 23f2ac99df997c0e118c6e1902b9014645bf7d55 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Mar 2017 19:25:47 +0000 Subject: [PATCH] Remove various osm.org email addresses from example configuration --- config/example.application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/example.application.yml b/config/example.application.yml index a10563f61..45c0a39c4 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -10,10 +10,10 @@ defaults: &defaults attribution_url: "http://www.openstreetmap.org/copyright" license_url: "http://opendatacommons.org/licenses/odbl/1-0/" # Support email address - support_email: support@openstreetmap.org + support_email: "openstreetmap@example.com" # Sender addresses for emails - email_from: "OpenStreetMap " - email_return_path: "bounces@openstreetmap.org" + email_from: "OpenStreetMap " + email_return_path: "openstreetmap@example.com" # API version api_version: "0.6" # Application status - possible values are: -- 2.43.2