]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
user-agent based blocking
[nominatim.git] / settings / settings.php
index 3493a34af40be61f9676d39cc58af4e97448a434..a0483f435b3c794dfa7ce40a0db06bd178168bae 100644 (file)
@@ -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', '');