summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-11-28 14:13:18 +0000
committergebele <gebele@in-silico.ch>2016-11-28 14:13:18 +0000
commitc5ca09fb039e38abd89005d49ef373cf18b79039 (patch)
tree4c1199782dd90b97bdcb874dcb0ef25a11c0615c /config.ru
parentbfd31ed2c9d0cde8a53238c7368eb3d49c580b7d (diff)
bumped version;training dataset download;show warnings for batch;csv info and upload catch;code cleanupv9-nestec
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index 7ee908a..8f9daf5 100644
--- a/config.ru
+++ b/config.ru
@@ -1,4 +1,4 @@
-ENV["LAZAR_ENV"] = "development"
+ENV["LAZAR_ENV"] = "production"
require 'bundler'
Bundler.require
require File.expand_path './application.rb'