X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a974d2509257cb2c4967631cea30eb483c37c837..09bde0baf96af07d5873e952f604fe4e2409e455:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 0ce34ad2..f31e16b6 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -51,12 +51,14 @@ // Website settings @define('CONST_NoAccessControl', true); - @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); @define('CONST_BulkUserIPs', ''); - @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); + @define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/'); @define('CONST_Tile_Default', 'Mapnik'); @define('CONST_Default_Language', false);