X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/00a3e843e3fb4a6fc735a019cdf7a3e38558cad6..002c94211724e5c47471ff2475b7226f3c87b353:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 4e9d71f0..52776aeb 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -57,6 +57,7 @@ @define('CONST_BlockedUserAgents', ''); @define('CONST_BlockReverseMaxLoad', 15); @define('CONST_BulkUserIPs', ''); + @define('CONST_BlockMessage', ''); // additional info to show for blocked IPs @define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/'); @define('CONST_Tile_Default', 'Mapnik'); @@ -69,6 +70,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);