summaryrefslogtreecommitdiff
path: root/src/benchmark/generate-auditor-basedb.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-23 14:22:23 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-23 14:22:23 +0200
commit33217d730fb0db2dcb568b7d10c082bb9b081d35 (patch)
tree8961cb2043f4c464e7d2fcf1bf833d4d94d43b92 /src/benchmark/generate-auditor-basedb.conf
parent6e6d6013be7f48e7abe6bbfa030a28a3e2e6335c (diff)
downloadexchange-33217d730fb0db2dcb568b7d10c082bb9b081d35.tar.gz
exchange-33217d730fb0db2dcb568b7d10c082bb9b081d35.tar.bz2
exchange-33217d730fb0db2dcb568b7d10c082bb9b081d35.zip
integrate bank when generating auditor test database
Diffstat (limited to 'src/benchmark/generate-auditor-basedb.conf')
-rw-r--r--src/benchmark/generate-auditor-basedb.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/benchmark/generate-auditor-basedb.conf b/src/benchmark/generate-auditor-basedb.conf
index 0f2bfaa89..2ea3da1f2 100644
--- a/src/benchmark/generate-auditor-basedb.conf
+++ b/src/benchmark/generate-auditor-basedb.conf
@@ -38,7 +38,7 @@ AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv
SERVE = tcp
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
UNIXPATH_MODE = 660
-PORT = 8082
+PORT = 8083
[PATHS]
TALER_HOME = ${PWD}/generate_auditordb_home/
@@ -49,9 +49,13 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/
DEFAULTCONFIG = /home/grothoff/research/taler/exchange/src/benchmark/generate-auditor-basedb.conf
[bank]
-DATABASE = postgres:///talerbank
-MAX_DEBT = KUDOS:50.0
-MAX_DEBT_BANK = KUDOS:0.0
+DATABASE = postgres:///taler-auditor-basedb
+MAX_DEBT = TESTKUDOS:50.0
+MAX_DEBT_BANK = TESTKUDOS:0.0
+HTTP_PORT = 8082
+SUGGESTED_EXCHANGE = http://localhost:8081/
+SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
+
[exchangedb]
AUDITOR_BASE_DIR = ${TALER_DATA_HOME}/auditors/
@@ -70,7 +74,7 @@ CURRENCY = TESTKUDOS
[account-1]
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
-url = payto://x-taler-bank/bank.test.taler.net/2
+url = payto://x-taler-bank/localhost:8082/2
plugin = taler_bank
enable_debit = yes
enable_credit = yes
@@ -79,7 +83,7 @@ USERNAME = Exchange
PASSWORD = x
[account-merchant]
-URL = payto://x-taler-bank/bank.test.taler.net:8082/3
+URL = payto://x-taler-bank/localhost:8082/3
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json
PLUGIN = taler_bank
TALER_BANK_AUTH_METHOD = basic