From 5b8eb2cacd9d81e6542c3b51c1121f3e3435e73f Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Fri, 19 Nov 2010 00:34:10 +0100 Subject: [PATCH] Production/test mode somment in config/server.sh --- config/server.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/server.sh b/config/server.sh index 8fe715c97..73fe1dcd1 100644 --- a/config/server.sh +++ b/config/server.sh @@ -7,5 +7,6 @@ SOCKET_PORT=8080 # See thin -h for possible values. DEFAULT_THIN_ARGS="-p $THIN_PORT" -# Uncomment to run in production mode. -#export RAILS_ENV="production rails server" +# Uncomment to run in production/test mode. +# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e production" +# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e test"