diaspora/config/server.sh
2010-11-21 12:08:52 +01:00

13 lines
270 B
Bash

#
# Included by script/server
#
THIN_PORT=3000
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"