X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cc564e2f319bb267884998c7243d179320aa0327..399cb31507ce9c53e1be2b8606a9070c2bc132fb:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 3493a34a..a0483f43 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -17,6 +17,8 @@ @define('CONST_ClosedForIndexing', false); @define('CONST_ClosedForIndexingExceptionIPs', ''); @define('CONST_BlockedIPs', ''); + @define('CONST_BlockedUserAgents', ''); + @define('CONST_BlockReverseMaxLoad', 15); @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); @define('CONST_Tile_Default', 'Mapnik'); @@ -34,3 +36,5 @@ @define('CONST_Log_DB', true); @define('CONST_Log_File', false); @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded + @define('CONST_Log_File_SearchLog', ''); + @define('CONST_Log_File_ReverseLog', '');