From: Sarah Hoffmann Date: Mon, 17 Jan 2022 14:59:52 +0000 (+0100) Subject: nominatim: use new qa-tile url in tile generation X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/31407e07361624279c08bf7e161af3636a8b6902 nominatim: use new qa-tile url in tile generation --- diff --git a/cookbooks/nominatim/templates/default/qa_config.erb b/cookbooks/nominatim/templates/default/qa_config.erb index 904ada808..9f18856ec 100644 --- a/cookbooks/nominatim/templates/default/qa_config.erb +++ b/cookbooks/nominatim/templates/default/qa_config.erb @@ -6,4 +6,4 @@ Dsn: 'dbname=<%= node[:nominatim][:dbname] %>' RulesFolderPath: '<%= @outputdir %>' #Prefix path of the web URL to access the rules data (ex: https://nominatim.org/QA-data). -WebPrefixPath: 'https://<%= node[:fqdn] %>/qa-data' +WebPrefixPath: 'https://qa-tile.nominatim.openstreetmap.org'