fix for statechecker

This commit is contained in:
r888888888
2017-01-24 13:32:08 -08:00
parent e12d5e1290
commit 2aa7a8aa9c
6 changed files with 14 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ user 'danbooru', 'danbooru'
working_directory app_path
# Should be 'production' by default, otherwise use other env
rails_env = ENV['RAILS_ENV'] || 'production'
rails_env = ENV['RAILS_ENV'] || 'staging'
# Log everything to one file
stderr_path "log/unicorn.log"