aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-17 13:40:12 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-17 13:40:12 +0100
commita59dc8d306650c94d347301201b1a170d364cfc0 (patch)
tree1bc9eb455603115fa732fec4e86634bb9d69a5a4 /src
parent7d90a7454c093e99e33d06d400ae365852be0117 (diff)
downloadexchange-a59dc8d306650c94d347301201b1a170d364cfc0.tar.gz
exchange-a59dc8d306650c94d347301201b1a170d364cfc0.tar.bz2
exchange-a59dc8d306650c94d347301201b1a170d364cfc0.zip
add 2nd exchange account with x-taler-bank
Diffstat (limited to 'src')
-rw-r--r--src/auditor/generate-auditor-basedb.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf
index 3b107ccf1..8aae9a924 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -28,6 +28,25 @@ WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = exchange
PASSWORD = x
+[exchange-account-2]
+PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2"
+ENABLE_DEBIT = YES
+ENABLE_CREDIT = YES
+
+[exchange-accountcredentials-2]
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+
+[admin-accountcredentials-2]
+WIRE_GATEWAY_AUTH_METHOD = basic
+# For now, fakebank still checks against the Exchange account...
+USERNAME = Exchange
+PASSWORD = x
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+
+
[merchant]
FORCE_AUDIT = YES