diff options
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r-- | src/benchmark/benchmark.conf | 5 |
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/" |