Bugfix (thanks, MrXYZ)

This commit is contained in:
Alec Leamas 2010-11-21 12:08:31 +01:00
parent 73441e0b2b
commit a3395b6de8

View file

@ -4,9 +4,10 @@
THIN_PORT=3000 THIN_PORT=3000
SOCKET_PORT=8080 SOCKET_PORT=8080
# See thin -h for possible values. # Choose one mode by uncommenting
DEFAULT_THIN_ARGS="-p $THIN_PORT" export RAILS_ENV='development'
#export RAILS_ENV='production'
#export RAILS_ENV='test'
# Uncomment to run in production/test mode. # See thin -h for possible values.
# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e production" DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV"
# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e test"