summaryrefslogtreecommitdiff
path: root/script/server
diff options
context:
space:
mode:
Diffstat (limited to 'script/server')
-rwxr-xr-xscript/server2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/server b/script/server
index 61f004d..609be57 100755
--- a/script/server
+++ b/script/server
@@ -3,5 +3,7 @@
set -e
cd "$(dirname "$0")/.."
+RACK_ENV="${RACK_ENV:-development}"
+export RACK_ENV
ruby -Ilib config.ru