add PIDFILE path for ruby

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-04-02 19:49:57 +02:00
parent 2d129f001e
commit 25bfccbbed
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
RAILS_ENV=production
RAILS_MAX_THREADS={{ ansible_processor_vcpus }}
PORT={{ starterpack_app_port }}
PIDFILE=/tmp/app.pid
# Apple App Store
#APPLE_AUTH_SECRET={{ starterpack_apple_secret }}