diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-03 21:58:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-03 21:58:36 +0200 |
commit | ba3f70390a1e7210195c41e3afa3e7fe1511eb96 (patch) | |
tree | 8828877b90b208e0ccd85a9c013ef61829b3c33c /src/auditor/generate-auditor-basedb.conf | |
parent | 06676e72cb063c7abb264cbfd527f5c2d414dc7c (diff) |
restructure configuration, move bank account credentials from exchange-account-XXX to exchange-accountcredentials-XXX
Diffstat (limited to 'src/auditor/generate-auditor-basedb.conf')
-rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index 21e40c32d..337f94130 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -73,6 +73,8 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 PAYTO_URI = payto://x-taler-bank/localhost/Exchange enable_debit = yes enable_credit = yes + +[exchange-accountcredentials-1] WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange |