diff options
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r-- | src/benchmark/benchmark.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index 53431695..a52b0371 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 |