X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cc785ccad06a5ae0a8a4f81de35910d0826ff185..2cb5e7b0cc7225daa81ca872449370727bbef07b:/settings/defaults.php diff --git a/settings/defaults.php b/settings/defaults.php index 9c0859ba..81c19c74 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -72,7 +72,7 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true); //// Replication settings // Base URL of replication service -@define('CONST_Replication_Url', 'http://planet.openstreetmap.org/replication/minute'); +@define('CONST_Replication_Url', 'https://planet.openstreetmap.org/replication/minute'); // Maximum size in MB of data to download per batch @define('CONST_Replication_Max_Diff_size', '30');