]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/settings.erb
nominatim: switch UI to nominatim-ui
[chef.git] / cookbooks / nominatim / templates / default / settings.erb
index 454f56b5d267a340203329c0280e33da98dae438..1a60ef30fb83c5cce67110c6f3207364959646f7 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 # DO NOT EDIT - This file is being maintained by Chef
 
-@define('CONST_Database_DSN', 'pgsql://@/<%= @dbname %>');
+@define('CONST_Database_DSN', 'pgsql:dbname=<%= @dbname %>');
 @define('CONST_Website_BaseURL', 'https://<%= @base_url %>/');
 
-@define('CONST_Pyosmium_Binary', '/usr/local/bin/pyosmium-get-changes');
-
 <% if @flatnode_file -%>
 @define('CONST_Osm2pgsql_Flatnode_File', '<%= @flatnode_file %>');
 <% end -%>
 @define('CONST_Search_NameOnlySearchFrequencyThreshold', 500);
 
+@define('CONST_Import_Style', CONST_BasePath.'/settings/import-extratags.style');
+
 @define('CONST_Use_US_Tiger_Data', true);
 
 @define('CONST_Tablespace_Osm2pgsql_Data', 'dosm');