X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c9d7015f696b3083dd38db94cb0df864e9d66def..49d0ce1de4106914d90f6a9c959c7c804e960aba:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index cc81e7a9..21033ff3 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -84,13 +84,15 @@ @define('CONST_BulkUserIPs', ''); @define('CONST_BlockMessage', ''); // additional info to show for blocked IPs - @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); + @define('CONST_Website_BaseURL', 'http://localhost/nominatim/'); @define('CONST_Tile_Default', 'Mapnik'); @define('CONST_Default_Language', false); @define('CONST_Default_Lat', 20.0); @define('CONST_Default_Lon', 0.0); @define('CONST_Default_Zoom', 2); + @define('CONST_Map_Tile_URL', 'http://{s}.tile.osm.org/{z}/{x}/{y}.png'); + @define('CONST_Map_Tile_Attribution', ''); // Set if tile source isn't osm.org @define('CONST_Search_AreaPolygons_Enabled', true); @define('CONST_Search_AreaPolygons', true); @@ -114,3 +116,5 @@ @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded @define('CONST_Log_File_SearchLog', ''); @define('CONST_Log_File_ReverseLog', ''); + +