diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 17:21:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 17:21:58 +0100 |
commit | b7a77805dc4689fffb78251f84a57f20ca655eb3 (patch) | |
tree | 4f027bd11e9331ec0e8cd79424c17a86fa63da24 /src/auditor | |
parent | 0328ab313b9194f10c154f74518089df9509fe09 (diff) |
fix configuration
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index 0799a6d3e..da65627dd 100644 --- 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 |