mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-14 08:01:07 +01:00
6 lines
87 B
Ruby
6 lines
87 B
Ruby
# encoding: utf-8
|
|
|
|
ENV[ 'RACK_ENV' ] = 'development'
|
|
|
|
CURRENCY = '€'
|
|
SEPARATOR = ','
|