From 6ba87c37d64327c5d9ae7b2086a0cd6c60cb81ed Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 4 Jan 2018 23:27:53 +0100 Subject: [PATCH] switch default replication source to https --- settings/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5