mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-13 08:01:20 +01:00
conf thin
This commit is contained in:
parent
c5f9f51d24
commit
c3f5f03f32
2 changed files with 14 additions and 1 deletions
|
@ -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
13
config/thin.yml
Normal 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
|
Loading…
Reference in a new issue