]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/defaults.php
switch default replication source to https
[nominatim.git] / 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');