aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark-common.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-05 15:13:41 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-05 15:13:41 +0200
commit27f22ef1d229bfc6462a380f11c9dac9b6d77615 (patch)
tree4759ede743a351d837126755e35094043c5cc86c /src/benchmark/benchmark-common.conf
parent8cc1edfe0aa77d3091f19aa87d06bb45c74b0128 (diff)
downloadexchange-27f22ef1d229bfc6462a380f11c9dac9b6d77615.tar.xz
more fixes for taler-benchmark-setup
Diffstat (limited to 'src/benchmark/benchmark-common.conf')
-rw-r--r--src/benchmark/benchmark-common.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf
index 1cd28d622..4b1a0477d 100644
--- a/src/benchmark/benchmark-common.conf
+++ b/src/benchmark/benchmark-common.conf
@@ -26,9 +26,24 @@ LOOKAHEAD_SIGN="1 d"
DURATION="2 d"
LOOKAHEAD_SIGN="1 d"
+# Trust local exchange for "EUR" currency
+[merchant-exchange-benchmark]
+EXCHANGE_BASE_URL = http://localhost:8081/
+MASTER_KEY=98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
+# If currency does not match [TALER] section, the exchange
+# will be ignored!
+CURRENCY = EUR
+
+
[exchangedb-postgres]
CONFIG="postgres:///talercheck"
+[merchantdb-postgres]
+CONFIG="postgres:///talercheck"
+
+[auditordb-postgres]
+CONFIG="postgres:///talercheck"
+
[exchange-offline]
MASTER_PRIV_FILE=${TALER_DATA_HOME}/exchange/offline-keys/master.priv