diff options
| author | Marc Florisson | 2013-06-27 11:45:17 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2013-06-27 11:45:17 +0200 | 
| commit | cd701ad610229a612fff3e9fe180b25a2cb221be (patch) | |
| tree | deb848fe2adaa4d8a1020f5c0369ac3f2479279f | |
| parent | eaf807102b191381c06bc801a2047b270056e65d (diff) | |
| parent | cb8f1a19bdc76c90e402a11264e0faa9dfd95bc4 (diff) | |
| download | chouette-core-cd701ad610229a612fff3e9fe180b25a2cb221be.tar.bz2 | |
Merge branch 'master' of github.com:dryade/chouette2
| -rw-r--r-- | config/environments/production.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config/environments/production.rb b/config/environments/production.rb index 232502575..6d204fc29 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -104,7 +104,7 @@ ChouetteIhm::Application.configure do    if ENV['OS'] == 'Windows_NT'      config.to_prepare do        Devise::Mailer.layout "mailer" -      Chouette::Command.command = "C:/chouette/chouette-cmd_2.0.3/chouette.bat" +      Chouette::Command.command = "C:/chouette/chouette-cmd_2.1.0/chouette.bat"        Import.root = "C:/chouette/chouette/imports"        Export.root = "C:/chouette/chouette/exports"        FileValidation.root = "C:/chouette/chouette/validations" @@ -112,7 +112,7 @@ ChouetteIhm::Application.configure do    else      config.to_prepare do        Devise::Mailer.layout "mailer" -      Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd_2.0.3/chouette" +      Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd_2.1.0/chouette"        Import.root = "/var/lib/chouette/imports"        Export.root = "/var/lib/chouette/exports"        FileValidation.root = "/var/lib/chouette/validations" | 
