exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit b7a77805dc4689fffb78251f84a57f20ca655eb3
parent 0328ab313b9194f10c154f74518089df9509fe09
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Jan 2020 17:21:58 +0100

fix configuration

Diffstat:
Msrc/auditor/generate-auditor-basedb.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf @@ -80,7 +80,7 @@ CURRENCY = TESTKUDOS [account-1] WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json url = payto://x-taler-bank/localhost:8082/2 -plugin = taler_bank +METHOD = x-taler-bank enable_debit = yes enable_credit = yes TALER_BANK_AUTH_METHOD = basic @@ -90,7 +90,7 @@ PASSWORD = x [account-merchant] URL = payto://x-taler-bank/localhost:8082/3 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json -PLUGIN = taler_bank +METHOD = x-taler-bank TALER_BANK_AUTH_METHOD = basic USERNAME = user PASSWORD = pass