diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 23:05:39 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 23:05:39 +0100 |
commit | 135b53d4a236b4ce8ffb1707753cfbfb6a22eb84 (patch) | |
tree | 747d199de260929bfb5245d0bf74af3e9cd3d593 /src | |
parent | 379d26176979670ba76aa680f962b41e9e91eb2f (diff) |
test-auditor config
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/test-auditor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index 42c755c79..1eab83654 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -4,11 +4,11 @@ TINY_AMOUNT = TESTKUDOS:0.01 [account-1] WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json -url = payto://x-taler-bank/localhost/2 +url = payto://x-taler-bank/localhost/Exchange METHOD = x-taler-bank enable_debit = yes enable_credit = yes -WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/42/" +WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange PASSWORD = x |