Production/test mode somment in config/server.sh
This commit is contained in:
parent
0e171e8504
commit
5b8eb2cacd
1 changed files with 3 additions and 2 deletions
|
|
@ -7,5 +7,6 @@ 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"
|
||||
# Uncomment to run in production/test mode.
|
||||
# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e production"
|
||||
# DEFAULT_THIN_ARGs="$DEFAULT_THIN_ARGS -e test"
|
||||
|
|
|
|||
Loading…
Reference in a new issue