removed RAILS_ENV=test example from config/server.sh
This commit is contained in:
parent
ebfebb16d7
commit
31f5500b11
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ SOCKET_PORT=8080
|
||||||
# Choose one mode by uncommenting
|
# Choose one mode by uncommenting
|
||||||
export RAILS_ENV='development'
|
export RAILS_ENV='development'
|
||||||
#export RAILS_ENV='production'
|
#export RAILS_ENV='production'
|
||||||
#export RAILS_ENV='test'
|
|
||||||
|
|
||||||
# See thin -h for possible values.
|
# See thin -h for possible values.
|
||||||
DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV"
|
DEFAULT_THIN_ARGS="-p $THIN_PORT -e $RAILS_ENV"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue