summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.conf
diff options
context:
space:
mode:
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.