summaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-13 04:11:35 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-13 04:11:35 +0100
commitae4b240ec29803be6bd56caecf8df413d7bf3851 (patch)
treea0313036936122a18d3fca31905dea9b977fad81 /src/benchmark/benchmark.conf
parente235945df9eefc32265053d8527f4bd15d47ab6d (diff)
downloadexchange-ae4b240ec29803be6bd56caecf8df413d7bf3851.tar.gz
exchange-ae4b240ec29803be6bd56caecf8df413d7bf3851.tar.bz2
exchange-ae4b240ec29803be6bd56caecf8df413d7bf3851.zip
return proper error message instead of aborting, fix a few minor memory leaks in taler-exchange-benchmark
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r--src/benchmark/benchmark.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index a160cc1cd..8d3e060d9 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -29,6 +29,9 @@ base_url = "http://localhost:8081/"
# Keep it short so the test runs fast.
lookahead_sign = 12 h
+[auditor]
+BASE_URL = "http://localhost:8085/"
+
[exchangedb-postgres]
config = "postgres:///talercheck"