]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: use new qa-tile url in tile generation
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Jan 2022 14:59:52 +0000 (15:59 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Jan 2022 14:59:52 +0000 (15:59 +0100)
cookbooks/nominatim/templates/default/qa_config.erb

index 904ada808b70dd3db85225f35673b37c85e4e354..9f18856ec2c4df970348bba6f03b60d2499d5df2 100644 (file)
@@ -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'