conf thin

This commit is contained in:
Gwenhael Le Moine 2014-07-31 17:22:42 +02:00
parent c5f9f51d24
commit c3f5f03f32
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# encoding: utf-8
ENV[ 'RACK_ENV' ] = 'development'
ENV[ 'LEDGER_FILE' ] = '/home/owncloud-data/cycojesus/files/org-files/comptes.ledger'
CURRENCY = '€'
SEPARATOR = ','

13
config/thin.yml Normal file
View file

@ -0,0 +1,13 @@
user: apache
group: apache
pid: /var/run/ledgerrb/thin.pid
log: /var/log/ledgerrb/thin.log
timeout: 30
max_conns: 1024
port: 9292
max_persistent_conns: 512
environment: production
adapter: rack
servers: 1
daemonize: true
tag: ledgerrb