This commit is contained in:
MrZYX 2011-05-17 16:02:37 +02:00
parent 00c6631f11
commit 401b198bbf

View file

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