diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-16 14:38:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-16 14:38:55 +0200 |
commit | fd22e4c75dd2cad7f2ff0a55660e9af057419e5b (patch) | |
tree | 91ffaeb3e8bcba657f6c26f6f8bf4df5bc95587a /src/merchant-tools/benchmark-rsa.conf | |
parent | f27bd7ccf260e90fb86461fbfa07a09f555756c9 (diff) |
work on getting taler-merchant-benchmark to function
Diffstat (limited to 'src/merchant-tools/benchmark-rsa.conf')
-rw-r--r-- | src/merchant-tools/benchmark-rsa.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/merchant-tools/benchmark-rsa.conf b/src/merchant-tools/benchmark-rsa.conf new file mode 100644 index 00000000..bd4a90cf --- /dev/null +++ b/src/merchant-tools/benchmark-rsa.conf @@ -0,0 +1,16 @@ +# This file is in the public domain. +@INLINE@ benchmark-common.conf +@INLINE@ coins-rsa.conf + +[exchange-account-test] +# What is the bank account (with the "Taler Bank" demo system)? Must end with "/". +PAYTO_URI = "payto://x-taler-bank/localhost/Exchange" +# Authentication information for basic authentication +ENABLE_DEBIT = YES +ENABLE_CREDIT = YES + +[exchange-accountcredentials-test] +WIRE_GATEWAY_URL = http://localhost:8082/Exchange/ +WIRE_GATEWAY_AUTH_METHOD = "basic" +USERNAME = Exchange +PASSWORD = x |