gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix config


From: gnunet
Subject: [taler-exchange] branch master updated: fix config
Date: Fri, 17 Jan 2020 22:43:58 +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 404888b0 fix config
404888b0 is described below

commit 404888b0a21c6dbeba734cd07e6fed4701c07297
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 22:43:55 2020 +0100

    fix config
---
 src/auditor/test-auditor.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf
index 40d5e3c8..42c755c7 100644
--- a/src/auditor/test-auditor.conf
+++ b/src/auditor/test-auditor.conf
@@ -4,11 +4,12 @@ TINY_AMOUNT = TESTKUDOS:0.01
 
 [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
 
@@ -31,4 +32,4 @@ 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
\ No newline at end of file
+SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2

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



reply via email to

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