removed RAILS_ENV=test example from config/server.sh

This commit is contained in:
MrZYX 2011-03-01 17:28:35 +01:00
parent ebfebb16d7
commit 31f5500b11

View file

@ -7,7 +7,6 @@ SOCKET_PORT=8080
# Choose one mode by uncommenting # Choose one mode by uncommenting
export RAILS_ENV='development' export RAILS_ENV='development'
#export RAILS_ENV='production' #export RAILS_ENV='production'
#export RAILS_ENV='test'
# See thin -h for possible values. # See thin -h for possible values.
DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV" DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV"