exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 596781439b40c4333708c68e4b0fb2365e2e0f93
parent be286139dfaa99caa7c1859a62bada8e4a0e060f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 13 Nov 2024 00:23:43 +0100

note on how to benchmark

Diffstat:
Asrc/benchmark/README | 3+++
Msrc/benchmark/benchmark-common.conf | 6++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/benchmark/README b/src/benchmark/README @@ -0,0 +1,3 @@ +To run benchmarks, you must first start the target services +via taler-unified-setup.sh (usually exchange and bank or fakebank). +Use the same configuration you will pass to the benchmark tool. diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf @@ -94,10 +94,16 @@ SERVE=http RAM_LIMIT=10000000 [libeufin-bank] +PORT = 8080 +WIRE_TYPE = iban +IBAN_PAYTO_BIC = SANDBOXXX CURRENCY = EUR PWD_HASH_CONFIG = { "cost": 4 } PWD_AUTH_COMPAT = yes +[libeufin-bankdb-postgres] +CONFIG = postgresql:///talercheck + [libeufin-nexus] DB_CONNECTION="postgresql:///talercheck"