X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6eb58868965ccd3debcb273e268d6e77948fe6c3..3de67d68da6544a04c93acbbdca50cd2d520e4ad:/cookbooks/nominatim/templates/default/settings.erb diff --git a/cookbooks/nominatim/templates/default/settings.erb b/cookbooks/nominatim/templates/default/settings.erb index ec627d6a5..1a60ef30f 100644 --- a/cookbooks/nominatim/templates/default/settings.erb +++ b/cookbooks/nominatim/templates/default/settings.erb @@ -1,7 +1,7 @@ '); +@define('CONST_Database_DSN', 'pgsql:dbname=<%= @dbname %>'); @define('CONST_Website_BaseURL', 'https://<%= @base_url %>/'); <% if @flatnode_file -%> @@ -9,6 +9,8 @@ <% 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');