diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-21 12:54:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-21 12:54:03 +0200 |
commit | 9f8dd896b3e8027f2020201fd9835543401f6eba (patch) | |
tree | c1177b9949d14032d4419413399fbc268ad07773 /src/auditor/batch.conf | |
parent | c11e833eb64b3dcb40d71cc5567eaaf8df83f774 (diff) |
migrate to new bank API
Diffstat (limited to 'src/auditor/batch.conf')
-rw-r--r-- | src/auditor/batch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/batch.conf b/src/auditor/batch.conf index bdbef4b19..cd8c64b8e 100644 --- a/src/auditor/batch.conf +++ b/src/auditor/batch.conf @@ -121,7 +121,7 @@ PAYTO_URI = payto://x-taler-bank/localhost/42 PASSWORD = x USERNAME = Exchange WIRE_GATEWAY_AUTH_METHOD = basic -WIRE_GATEWAY_URL = http://localhost:8082/taler-wire-gateway/Exchange/ +WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ [exchange-account-1] enable_credit = yes |