diff --git a/config/server.sh b/config/server.sh index 26125509b..7398b2fd8 100644 --- a/config/server.sh +++ b/config/server.sh @@ -7,7 +7,6 @@ SOCKET_PORT=8080 # Choose one mode by uncommenting export RAILS_ENV='development' #export RAILS_ENV='production' -#export RAILS_ENV='test' # See thin -h for possible values. DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV"