diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-19 17:04:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-19 17:06:12 +0100 |
commit | b6543b8f9a0ef4de473568ba27e05ba50442ee97 (patch) | |
tree | b29517e7aee281484ea960b92f53a6c13269904c /src/benchmark/benchmark.conf | |
parent | 707449aa8f1a84d453a302b245dd4e076d93171a (diff) | |
parent | fc8bdb9b978334d52b80c318f9326394f855de2d (diff) |
fix merge conflict
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r-- | src/benchmark/benchmark.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index a52b03718..1ce943ce9 100644 --- a/src/benchmark/benchmark.conf +++ b/src/benchmark/benchmark.conf @@ -45,7 +45,7 @@ USER_PAYTO_URI = payto://x-taler-bank/localhost:8082/42 [account-2] # What is the payto://-URL of the exchange (to generate wire response) -URL = "payto://x-taler-bank/localhost:8082/2" +PAYTO_URI = "payto://x-taler-bank/localhost:8082/2" # What is the bank account (with the "Taler Bank" demo system)? Must end with "/". WIRE_GATEWAY_URL = http://localhost:8082/2/ # This is the response we give out for the /wire request. It provides |