lightsaber/config.yml

14 lines
300 B
YAML
Raw Permalink Normal View History

2015-08-22 12:52:32 +00:00
---
environment: production
2015-08-22 15:24:59 +00:00
chdir: /home/lightsaber/lightsaber/current
address: 0.0.0.0
2015-08-22 12:52:32 +00:00
user: lightsaber
group: lightsaber
port: 4567
pid: /tmp/lightsaber.pid
2015-08-22 15:24:59 +00:00
rackup: config.ru
2015-08-22 12:52:32 +00:00
log: /home/lightsaber/lightsaber/thin.log
max_conns: 1024
timeout: 5
max_persistent_conns: 256
daemonize: true