summaryrefslogtreecommitdiff
path: root/examples/tapi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tapi')
-rwxr-xr-xexamples/tapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tapi b/examples/tapi
index 1ec6057..651b267 100755
--- a/examples/tapi
+++ b/examples/tapi
@@ -10,7 +10,7 @@
# print it out in an easier to read form.
#
# You can set the following environment variables (default in brackets):
-# TAGINFO_API_SERVER [taginfo.openstreetmap.de]
+# TAGINFO_API_SERVER [taginfo.openstreetmap.org]
# TAGINFO_API_PORT [80]
# TAGINFO_API_VERSION [2]
#
@@ -21,7 +21,7 @@ require 'net/http'
require 'uri'
require 'json'
-API_SERVER = ENV['TAGINFO_API_SERVER'] || 'taginfo.openstreetmap.de'
+API_SERVER = ENV['TAGINFO_API_SERVER'] || 'taginfo.openstreetmap.org'
API_PORT = ENV['TAGINFO_API_PORT'] || 80
API_VERSION = ENV['TAGINFO_API_VERSION'] || '2'