diff options
| author | Michel Etienne | 2013-03-08 10:26:01 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2013-03-08 10:26:01 +0100 | 
| commit | c6e77bb821aef770e46f5f49754c8cca0a4eff1a (patch) | |
| tree | acddd8d3e2b875d5dab6b81295906733c3ff3952 /config/environments/production.rb | |
| parent | 3f48aa4e80359eb84e16e0298d14da49c7c1e40a (diff) | |
| download | chouette-core-c6e77bb821aef770e46f5f49754c8cca0a4eff1a.tar.bz2 | |
add netex format
Diffstat (limited to 'config/environments/production.rb')
| -rw-r--r-- | config/environments/production.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 24d9d33ce..4c51343d2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -69,7 +69,7 @@ ChouetteIhm::Application.configure do    config.to_prepare do      Devise::Mailer.layout "mailer" -    Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-gui-2.0.2/chouette" +    Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-gui-2.0.3/chouette"      Import.root = "/var/lib/chouette/imports"      Export.root = "/var/lib/chouette/exports"      FileValidation.root = "/var/lib/chouette/validations"  | 
