From c3b7d202cd2e99de4577a2b1ab7ca34508928511 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Apr 2016 22:36:34 +0100 Subject: [PATCH] Use file URLs when merging replication diffs This avoids relying on a working web server for the merging and shoud generally be a more efficient way to do it. --- cookbooks/planet/templates/default/replication.config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/templates/default/replication.config.erb b/cookbooks/planet/templates/default/replication.config.erb index 7ac5ac58a..759ad9f24 100644 --- a/cookbooks/planet/templates/default/replication.config.erb +++ b/cookbooks/planet/templates/default/replication.config.erb @@ -1,7 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef # The URL of the directory containing change files. -baseUrl=http://planet.openstreetmap.org/replication/<%= @base %> +baseUrl=file:///store/planet/replication/<%= @base %> # The length of an extraction interval in seconds (3600 = 1 hour). intervalLength=<%= @interval %> -- 2.43.2