summaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 15:36:43 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 15:36:49 +0100
commitfdd8d602ba755c5a3c98e01ac890b969567d5374 (patch)
tree9bf2629183b3c4542e322024ceb51fa3a8366fe6 /src/benchmark/benchmark.conf
parent72a629a8be1ed2adc7402285e0f19f8f06816a26 (diff)
downloadexchange-fdd8d602ba755c5a3c98e01ac890b969567d5374.tar.gz
exchange-fdd8d602ba755c5a3c98e01ac890b969567d5374.tar.bz2
exchange-fdd8d602ba755c5a3c98e01ac890b969567d5374.zip
fix benchmark
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r--src/benchmark/benchmark.conf16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index 534316955..a52b03718 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -37,18 +37,24 @@ config = "postgres:///talercheck"
[benchmark-remote-exchange]
host = localhost
-dir = /home/dold/repos/taler/exchange/src/benchmark
+# Adjust $HOME to match remote target!
+dir = $HOME/repos/taler/exchange/src/benchmark
+
+[benchmark]
+USER_PAYTO_URI = payto://x-taler-bank/localhost:8082/42
[account-2]
-# What is the bank account (with the "Taler Bank" demo system)?
+# What is the payto://-URL of the exchange (to generate wire response)
URL = "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
# wallets with the bank information for transfers to the exchange.
-wire_response = ${TALER_CONFIG_HOME}/account-2.json
-# Which wire plugin should we use to access the account?
+WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
+# Which wire method should we use to calculate fees?
METHOD = x-taler-bank
# Authentication information for basic authentication
-taler_bank_auth_method = "basic"
+WIRE_GATEWAY_AUTH_METHOD = "basic"
username = user
password = pass