From d5f71bcda19efbc8a6323bde27601c53bd45da23 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Tue, 20 May 2014 17:04:51 +0200 Subject: update java version --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/environments/production.rb b/config/environments/production.rb index 1c6d5d69c..31148daf4 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -76,7 +76,7 @@ ChouetteIhm::Application.configure do # paths for external resources config.to_prepare do Devise::Mailer.layout "mailer" - Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd_2.3.0/chouette" + Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd_2.4.0/chouette" ImportTask.root = "/var/lib/chouette/imports" Export.root = "/var/lib/chouette/exports" end -- cgit v1.2.3