led-hands-rpi/config.yml

18 lines
328 B
YAML
Raw Normal View History

2019-02-24 20:33:42 -06:00
---
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