set dbug to no

This commit is contained in:
André Bauer 2016-12-19 21:28:31 +01:00 committed by GitHub
parent 04ab16e4d0
commit a74f794a5b

View File

@ -7,7 +7,7 @@ GIT_BRANCH="develop"
#GIT_BRANCH="unicorn"
FRESH_INSTALL="no"
RAILS_SERVER="puma"
DEBUG="yes"
DEBUG="no"
export RAILS_ENV="production"