puma update
This commit is contained in:
@@ -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
|
directory application_path
|
||||||
environment ENV.fetch("RAILS_ENV") { "development" }
|
environment ENV.fetch("RAILS_ENV") { "development" }
|
||||||
daemonize true
|
daemonize true
|
||||||
|
|||||||
Reference in New Issue
Block a user