summaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-19 14:52:13 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-19 14:52:13 +0200
commit8c0492be71f9a80bdfac242b45bab6dc657834b0 (patch)
tree3cc45b174b971234abb1acb8d17e5955077d71ab /src/benchmark/benchmark.conf
parentfdf095c6efae2e6c59712996ca380bc499229370 (diff)
downloadexchange-8c0492be71f9a80bdfac242b45bab6dc657834b0.tar.gz
exchange-8c0492be71f9a80bdfac242b45bab6dc657834b0.tar.bz2
exchange-8c0492be71f9a80bdfac242b45bab6dc657834b0.zip
misc fakebank fixes
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r--src/benchmark/benchmark.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index 66dfeeca3..a5fe43401 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -28,6 +28,11 @@ DB = postgres
# exchange (or the twister) is actually listening.
base_url = "http://localhost:8081/"
+WIREWATCH_IDLE_SLEEP_INTERVAL = 5 ms
+
+[exchange-offline]
+MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
+
[auditor]
BASE_URL = "http://localhost:8083/"