]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/settings.erb
nominatim: new MapIcon setting for API without UI
[chef.git] / cookbooks / nominatim / templates / default / settings.erb
index 1a60ef30fb83c5cce67110c6f3207364959646f7..3d042dfc190b1acf540c57f390486df591e133e5 100644 (file)
@@ -3,6 +3,7 @@
 
 @define('CONST_Database_DSN', 'pgsql:dbname=<%= @dbname %>');
 @define('CONST_Website_BaseURL', 'https://<%= @base_url %>/');
+@define('CONST_MapIcon_URL', 'https://<%= @base_url %>/ui/mapicons/');
 
 <% if @flatnode_file -%>
 @define('CONST_Osm2pgsql_Flatnode_File', '<%= @flatnode_file %>');