mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-02-07 20:45:57 +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 = ','
|