mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
switch default replication source to https
This commit is contained in:
parent
a36b316079
commit
6ba87c37d6
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user