aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Peignier2012-06-19 15:25:35 +0200
committerAlban Peignier2012-06-19 15:25:35 +0200
commit0a3bdcfe5cafdb94c9aaf6a9535898c0b9cda540 (patch)
tree2aa90ebe98314c45380d6ff37eb65c42a550b850
parent79cf607092029d050a0fb62907f2c920341386c0 (diff)
downloadchouette-core-0a3bdcfe5cafdb94c9aaf6a9535898c0b9cda540.tar.bz2
Define Export.root in production
-rw-r--r--config/environments/production.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 73a4333f1..d9e41624c 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -67,6 +67,7 @@ ChouetteIhm::Application.configure do
config.to_prepare do
Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-gui-2.0.0/chouette"
Import.root = "/var/lib/chouette/imports"
+ Export.root = "/var/lib/chouette/exports"
end
end