puma update

This commit is contained in:
Yan
2017-11-21 19:53:17 +06:30
parent 6ce3f8e044
commit fb235f0b1c

View File

@@ -1,4 +1,4 @@
application_path = Rails.root #'/home/superuser/Application/production/sxrestaurant'
application_path = ENV.fetch("SX_PATH") {'/home/superuser/Application/production/sxrestaurant'}
directory application_path
environment ENV.fetch("RAILS_ENV") { "development" }
daemonize true