6 lines
109 B
Ruby
6 lines
109 B
Ruby
# encoding: utf-8
|
|
|
|
ENV[ 'LEDGER_FILE' ] ||= '/home/gwh/org/comptes.ledger'
|
|
|
|
CURRENCY = '€'
|
|
SEPARATOR = ','
|