]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/templates/default/qa_config.erb
nominatim: add qa tile generation
[chef.git] / cookbooks / nominatim / templates / default / qa_config.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2 #Data source name for the database connection.
3 Dsn: 'dbname=<%= node[:nominatim][:dbname] %>'
4
5 #Path to the folder where rules data are stored (geojson, vector tiles, etc).
6 RulesFolderPath: '<%= @outputdir %>'
7
8 #Prefix path of the web URL to access the rules data (ex: https://nominatim.org/QA-data).
9 WebPrefixPath: 'https://<%= node[:fqdn] %>/qa-data'