]> git.openstreetmap.org Git - chef.git/commitdiff
Drop memache configuration for gpx-import
authorTom Hughes <tom@compton.nu>
Tue, 10 May 2016 18:56:08 +0000 (19:56 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 May 2016 18:56:08 +0000 (19:56 +0100)
This was only used to expire cached web page fragments and
we stopped doing that ages ago.

cookbooks/web/templates/default/init.gpx.erb

index 03140275f79fa9aff8007c0f145ba73ad948910f..b186e8328dc6890b42e784e2605e6471aab70b42 100644 (file)
@@ -13,8 +13,6 @@ export GPX_PGSQL_USER="<%= @database_username %>"
 export GPX_PGSQL_PASS="<%= @database_password %>"
 export GPX_PGSQL_DB="<%= @database_name %>"
 
-export GPX_MEMCACHE_SERVERS="rails1,rails2,rails3"
-
 export GPX_LOG_FILE="<%= @log_directory %>/gpx-import.log"
 export GPX_PID_FILE="<%= @pid_directory %>/gpx-import.pid"