]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
automated banning of excessive bulk users
[nominatim.git] / settings / settings.php
index edbe26048cc61439634e0353764402b68c8acc31..ef2ebe4ee6de6afea753329fe55dcfe5b46c36b3 100644 (file)
@@ -14,9 +14,9 @@
     @define('CONST_Osmosis_Binary', CONST_BasePath.'/../osmosis-0.40.1/bin/osmosis');
 
        // Website settings
-       @define('CONST_ClosedForIndexing', false);
-       @define('CONST_ClosedForIndexingExceptionIPs', '');
        @define('CONST_BlockedIPs', '');
+       @define('CONST_IPBanFile', CONST_BasePath.'/settings/ip_blocks');
+       @define('CONST_WhitelistedIPs', '');
        @define('CONST_BlockedUserAgents', '');
        @define('CONST_BlockReverseMaxLoad', 15);