Production/test mode somment in config/server.sh

This commit is contained in:
Alec Leamas 2010-11-19 00:34:10 +01:00
parent 0e171e8504
commit 5b8eb2cacd

View file

@ -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"