]> git.openstreetmap.org Git - chef.git/commitdiff
Remove setting of level0.overpass_url_prefix, default should be fine.
authorJochen Topf <jochen@topf.org>
Thu, 4 Aug 2016 08:44:22 +0000 (10:44 +0200)
committerJochen Topf <jochen@topf.org>
Thu, 4 Aug 2016 08:44:22 +0000 (10:44 +0200)
cookbooks/taginfo/recipes/default.rb

index a9fe8d0267b904371f4520b9b45ad2a448aec3ee..fd8b6cac9a5d4800f274f1d8a065cb35094ed321 100644 (file)
@@ -140,7 +140,6 @@ node[:taginfo][:sites].each do |site|
     settings["sources"]["db"]["bindir"] = "#{directory}/taginfo/tagstats"
     settings["tagstats"]["cxxflags"] = "-I../../libosmium/include"
     settings["tagstats"]["geodistribution"] = "DenseMmapArray"
-    settings["level0"]["overpass_url_prefix"] = "http://overpass-api.de/api/interpreter?"
 
     JSON.pretty_generate(settings)
   end