diff options
| author | Marc Florisson | 2014-02-25 22:45:43 +0100 |
|---|---|---|
| committer | Marc Florisson | 2014-02-25 22:50:44 +0100 |
| commit | e27afb28bf51403c10029cdc5317e53ede593c47 (patch) | |
| tree | ec22a409248959ed14086325f0c36f1b85d6003c | |
| parent | 20b46b4ff5caf7086eb4b2c857fb0d72584ab490 (diff) | |
| download | chouette-core-e27afb28bf51403c10029cdc5317e53ede593c47.tar.bz2 | |
Update production.rb
Fix command path
| -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 5253d6e74..5cb2ca6e0 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 = "tmp/chouette-command/chouette" + Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd_2.2.0/chouette" ImportTask.root = "/var/lib/chouette/imports" Export.root = "/var/lib/chouette/exports" end |
