X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/a36b316079bcbe46507287c6cdab81a680261288..6ba87c37d64327c5d9ae7b2086a0cd6c60cb81ed:/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');