X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/22ce6c9831d4a7041f575a9de7f7ede3740cbf07..027e6c6a30ad50302390f6ea56d3bbf7a49f4fdf:/cookbooks/nominatim/templates/default/settings.erb?ds=inline diff --git a/cookbooks/nominatim/templates/default/settings.erb b/cookbooks/nominatim/templates/default/settings.erb index 0e335c2e4..1a60ef30f 100644 --- a/cookbooks/nominatim/templates/default/settings.erb +++ b/cookbooks/nominatim/templates/default/settings.erb @@ -1,17 +1,16 @@ '); -if (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS'])) - @define('CONST_Website_BaseURL', 'https://nominatim.openstreetmap.org/'); -else - @define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/'); +@define('CONST_Database_DSN', 'pgsql:dbname=<%= @dbname %>'); +@define('CONST_Website_BaseURL', 'https://<%= @base_url %>/'); <% 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');