diaspora/config/server.sh
2010-11-19 00:34:10 +01:00

12 lines
283 B
Bash

#
# Included by script/server
#
THIN_PORT=3000
SOCKET_PORT=8080
# See thin -h for possible values.
DEFAULT_THIN_ARGS="-p $THIN_PORT"
# Uncomment to run in production/test mode.
# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e production"
# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e test"