mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-27 21:58:11 +01:00
7 lines
142 B
Ruby
7 lines
142 B
Ruby
|
# encoding: utf-8
|
||
|
|
||
|
ENV[ 'LEDGER_FILE' ] ||= '/home/nextcloud/data/cycojesus/files/org-files/comptes.ledger'
|
||
|
|
||
|
CURRENCY = '€'
|
||
|
SEPARATOR = ','
|