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] %>'
5 #Path to the folder where rules data are stored (geojson, vector tiles, etc).
6 RulesFolderPath: '<%= @outputdir %>'
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'