From 401b198bbfeaeb4eaff7143a2146c79250925648 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Tue, 17 May 2011 16:02:37 +0200 Subject: [PATCH] --amend --- config/server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/server.sh b/config/server.sh index 64d989275..7060a9f5c 100644 --- a/config/server.sh +++ b/config/server.sh @@ -5,7 +5,7 @@ THIN_PORT=3000 # Choose one mode by uncommenting export RAILS_ENV='development' -export RAILS_ENV='production' +#export RAILS_ENV='production' # See thin -h for possible values. DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV"