summaryrefslogtreecommitdiff
path: root/src/benchmark
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
parentbc5d9b492f609ac08573052288d0503b6d044cb5 (diff)
downloadexchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.tar.gz
exchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.tar.bz2
exchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.zip
lookahead/duration options are in [exchange], not [exchange_keys], use consistently
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/taler-exchange-benchmark.conf12
-rw-r--r--src/benchmark/test_benchmark_home/.config/taler/account.json5
-rw-r--r--src/benchmark/test_benchmark_home/.config/taler/sepa.json9
3 files changed, 16 insertions, 10 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.
diff --git a/src/benchmark/test_benchmark_home/.config/taler/account.json b/src/benchmark/test_benchmark_home/.config/taler/account.json
new file mode 100644
index 000000000..0bfab1536
--- /dev/null
+++ b/src/benchmark/test_benchmark_home/.config/taler/account.json
@@ -0,0 +1,5 @@
+{
+ "url": "payto://x-taler-bank/localhost:8082/3",
+ "salt": "KQV3VNMKGQVMMS9QWKZ5T5R7XJ0BN31019P5B8RVVNCH120ARF13B1T8FYXCNZVB3TZHEBQP0H8HY0MJ83TKBJ8Q7RXSM182TP17TAR",
+ "master_sig": "0VF39WRA844BCMSSKSYVZMXKCRVT38H72CT17N6184Z7PHWAKFC9RJCHB8TW1MNQ6N170SPS16JE4WJB4P004FNPQC7GGZG01ZB0G2R"
+} \ No newline at end of file
diff --git a/src/benchmark/test_benchmark_home/.config/taler/sepa.json b/src/benchmark/test_benchmark_home/.config/taler/sepa.json
deleted file mode 100644
index b435ce86b..000000000
--- a/src/benchmark/test_benchmark_home/.config/taler/sepa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "Max Musterman",
- "bic": "COBADEFF370",
- "type": "sepa",
- "sig": "4EVRC2MCJPXQC8MC00831DNWEXMZAP4JQDDE1A7R6KR3MANG24RC1VQ55AX5A2E35S58VW1VSTENFTPHG5MWG9BSN8B8WXSV21KKW20",
- "address": "Musterstadt",
- "salt": "3KTM1ZRMWGEQPQ254S4R5R4Q8XM0ZYWTCTE01TZ76MVBSQ6RX7A5DR08WXVH1DCHR1R7ACRB7X0EVC2XDW1CBZM9WFSD9TRMZ90BR98",
- "iban": "DE89370400440532013000"
-} \ No newline at end of file