diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-03 19:23:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-03 19:24:08 +0100 |
commit | 4d2faa5ec92213efc4ee40f707ab0ad3615e5433 (patch) | |
tree | 4bb94dba0c77cca9d0ba6b7fb223bc9476edc08e /src/exchangedb/exchangedb.conf | |
parent | d06dac625072cad6888c9d0a77f6bd19faa5f2d9 (diff) |
changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO
Diffstat (limited to 'src/exchangedb/exchangedb.conf')
-rw-r--r-- | src/exchangedb/exchangedb.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb.conf b/src/exchangedb/exchangedb.conf index 19277ed23..4640507dc 100644 --- a/src/exchangedb/exchangedb.conf +++ b/src/exchangedb/exchangedb.conf @@ -5,3 +5,10 @@ [exchangedb] # Where do we expect to find information about auditors? AUDITOR_BASE_DIR = ${TALER_DATA_HOME}/auditors/ + +# Where do we expect to find information about wire transfer fees +# for aggregate payments? These are the amounts we charge (subtract) +# the merchant per wire transfer. The directory is expected to +# contain files "$METHOD.fee" with the cost structure, where +# $METHOD corresponds to a wire transfer method. +WIREFEE_BASE_DIR = ${TALER_DATA_HOME}/wirefees/ |