diaspora/config/server.sh
Alec Leamas fcd70ce152 Add a configuration file
Adds a config file with environment and default thin
options
2010-10-19 08:26:43 +02:00

11 lines
218 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 mode.
#export RAILS_ENV="production rails server"