X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4059ee03f68336532f07dce9677ee00f0154ea1a..3884eb7ca8e76c1a05afca16fc0cba8312102c64:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 26b48551..3de1e73b 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -41,12 +41,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', 'xx');