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"