X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1f2a262ee031adebbceb18ab8d9a848a033a6f81..8ecd32b7dd22a38c30b119d156d5bec430f14ceb:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index dbd9bf93..27b3446b 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -17,7 +17,7 @@ @define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql'); @define('CONST_Osmosis_Binary', '/usr/bin/osmosis'); - // osm2pgsql settings + // osm2pgsql settings @define('CONST_Osm2pgsql_Flatnode_File', null); // Replication settings @@ -55,6 +55,7 @@ @define('CONST_ClosedForIndexingExceptionIPs', ''); @define('CONST_BlockedIPs', ''); @define('CONST_BulkUserIPs', ''); + @define('CONST_BlockMessage', ''); // additional info to show for blocked IPs @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); @define('CONST_Tile_Default', 'Mapnik'); @@ -67,6 +68,8 @@ @define('CONST_Search_AreaPolygons_Enabled', true); @define('CONST_Search_AreaPolygons', true); + @define('CONST_Search_BatchMode', false); + @define('CONST_Search_TryDroppedAddressTerms', false); @define('CONST_Search_NameOnlySearchFrequencyThreshold', false);