gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: auditor basedb config


From: gnunet
Subject: [taler-exchange] branch master updated: auditor basedb config
Date: Fri, 17 Jan 2020 22:25:17 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3083dc76 auditor basedb config
3083dc76 is described below

commit 3083dc76e4cb1b72db34a9a020036cf12c66565f
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 22:25:00 2020 +0100

    auditor basedb config
---
 src/auditor/generate-auditor-basedb.conf | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index da65627d..681e0135 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -59,7 +59,7 @@ MAX_DEBT = TESTKUDOS:50.0
 MAX_DEBT_BANK = TESTKUDOS:100000.0
 HTTP_PORT = 8082
 SUGGESTED_EXCHANGE = http://localhost:8081/
-SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
+SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
 
 
 [exchangedb]
@@ -79,21 +79,19 @@ CURRENCY = TESTKUDOS
 
 [account-1]
 WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
-url = payto://x-taler-bank/localhost:8082/2
+url = payto://x-taler-bank/localhost/2
 METHOD = x-taler-bank
 enable_debit = yes
 enable_credit = yes
-TALER_BANK_AUTH_METHOD = basic
+WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/42/";
+WIRE_GATEWAY_AUTH_METHOD = basic
 USERNAME = Exchange
 PASSWORD = x
 
 [account-merchant]
-URL = payto://x-taler-bank/localhost:8082/3
+URL = payto://x-taler-bank/localhost/3
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json
 METHOD = x-taler-bank
-TALER_BANK_AUTH_METHOD = basic
-USERNAME = user
-PASSWORD = pass
 HONOR_default = YES
 ACTIVE_default = YES
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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