gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add 2nd exchange account with x-


From: gnunet
Subject: [taler-exchange] branch master updated: add 2nd exchange account with x-taler-bank
Date: Fri, 17 Nov 2023 13:40:15 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a59dc8d3 add 2nd exchange account with x-taler-bank
a59dc8d3 is described below

commit a59dc8d306650c94d347301201b1a170d364cfc0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 17 13:40:12 2023 +0100

    add 2nd exchange account with x-taler-bank
---
 src/auditor/generate-auditor-basedb.conf | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index 3b107ccf..8aae9a92 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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]