don't overwrite LEDGER_FILE value

This commit is contained in:
Gwenhael Le Moine 2014-08-01 11:00:29 +02:00
parent 1b9d5e35d9
commit c1b43df9eb

View file

@ -1,6 +1,6 @@
# encoding: utf-8
ENV[ 'LEDGER_FILE' ] = '/home/owncloud-data/cycojesus/files/org-files/comptes.ledger'
ENV[ 'LEDGER_FILE' ] ||= '/home/owncloud-data/cycojesus/files/org-files/comptes.ledger'
CURRENCY = '€'
SEPARATOR = ','