X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/443bfec0350085788ddcc6b5ca5a541e2321ec64..f9a488cd5a420ce63010c2b3293d0e91750e4994:/settings/settings.php?ds=sidebyside diff --git a/settings/settings.php b/settings/settings.php index ea664683..8f2fb1d9 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -19,13 +19,7 @@ @define('CONST_HTTP_Proxy_Login', ''); @define('CONST_HTTP_Proxy_Password', ''); - // Software versions - @define('CONST_Postgresql_Version', '9.3'); // values: 9.0, ... , 9.4 - @define('CONST_Postgis_Version', '2.1'); // values: 1.5, 2.0, 2.1 - // Paths - @define('CONST_Path_Postgresql_Contrib', '/usr/share/postgresql/'.CONST_Postgresql_Version.'/contrib'); - @define('CONST_Path_Postgresql_Postgis', CONST_Path_Postgresql_Contrib.'/postgis-'.CONST_Postgis_Version); @define('CONST_Osm2pgsql_Binary', CONST_InstallPath.'/osm2pgsql/osm2pgsql'); @define('CONST_Osmosis_Binary', '/usr/bin/osmosis'); @define('CONST_Tiger_Data_Path', CONST_BasePath.'/data/tiger'); @@ -81,8 +75,6 @@ // Website settings @define('CONST_NoAccessControl', true); - @define('CONST_ClosedForIndexing', false); - @define('CONST_ClosedForIndexingExceptionIPs', ''); @define('CONST_BlockedIPs', ''); @define('CONST_BulkUserIPs', ''); @define('CONST_BlockMessage', ''); // additional info to show for blocked IPs