mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
6 lines
109 B
Ruby
6 lines
109 B
Ruby
# encoding: utf-8
|
|
|
|
ENV[ 'LEDGER_FILE' ] ||= '/home/gwh/org/comptes.ledger'
|
|
|
|
CURRENCY = '€'
|
|
SEPARATOR = ','
|