From fdd8d602ba755c5a3c98e01ac890b969567d5374 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Jan 2020 15:36:43 +0100 Subject: fix benchmark --- src/benchmark/benchmark.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/benchmark/benchmark.conf') 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 -- cgit v1.2.3