From: Sarah Hoffmann Date: Thu, 4 Jan 2018 22:27:53 +0000 (+0100) Subject: switch default replication source to https X-Git-Tag: v3.1.0~10 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/6ba87c37d64327c5d9ae7b2086a0cd6c60cb81ed switch default replication source to https --- 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');