aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-04 00:43:24 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-04 00:43:24 +0200
commit52fa78b448394f1fcd2faec648c0ed3d04d4c7de (patch)
tree7230cf30b063784e5f1421e917507adc0d6d6355 /src/benchmark/taler-exchange-benchmark.conf
parentbc5d9b492f609ac08573052288d0503b6d044cb5 (diff)
downloadexchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.tar.xz
lookahead/duration options are in [exchange], not [exchange_keys], use consistently
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.conf')
-rw-r--r--src/benchmark/taler-exchange-benchmark.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.conf b/src/benchmark/taler-exchange-benchmark.conf
index 887673850..8aacf1afb 100644
--- a/src/benchmark/taler-exchange-benchmark.conf
+++ b/src/benchmark/taler-exchange-benchmark.conf
@@ -19,6 +19,8 @@ DB = postgres
# Master public key used to sign the exchange's various keys
MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
+
+
[exchangedb-postgres]
CONFIG = "postgres:///talercheck"
@@ -26,7 +28,15 @@ CONFIG = "postgres:///talercheck"
# What is the main website of the bank?
# (Not used unless the aggregator is run.)
-URL = "payto://x-taler-bank/localhost:8082/2"
+URL = "payto://x-taler-bank/localhost:8082/3"
+
+PLUGIN = "taler_bank"
+
+ENABLE_CREDIT = YES
+
+ENABLE_DEBIT = YES
+
+TALER_BANK_AUTH_METHOD = NONE
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.