]> git.openstreetmap.org Git - nominatim.git/commitdiff
switch default replication source to https
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 4 Jan 2018 22:27:53 +0000 (23:27 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 4 Jan 2018 22:27:53 +0000 (23:27 +0100)
settings/defaults.php

index 9c0859bad19e5b7c5ca5958d6f828c95769c7821..81c19c74307491aeb9b502bb5d6d0c652e98f5b3 100644 (file)
@@ -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');