18 lines
328 B
YAML
18 lines
328 B
YAML
---
|
|
chdir: "/home/pi/led-hands-pri"
|
|
rackup: "/home/pi/led-hands-pri/config.ru"
|
|
user: pi
|
|
group: pi
|
|
environment: development
|
|
address: 0.0.0.0
|
|
port: 3000
|
|
timeout: 30
|
|
log: "/home/pi/led-hands-pri/log/thin.log"
|
|
pid: tmp/pids/thin.pid
|
|
max_conns: 1024
|
|
max_persistent_conns: 100
|
|
require: []
|
|
wait: 30
|
|
threadpool_size: 20
|
|
daemonize: true
|