gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: start fixing config


From: gnunet
Subject: [taler-exchange] branch master updated: start fixing config
Date: Fri, 17 Jan 2020 17:22:57 +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 5a03bb71 start fixing config
5a03bb71 is described below

commit 5a03bb71b5b4dd5d3f6fb78ae863caec9b9e06f4
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 17:22:46 2020 +0100

    start fixing config
---
 src/lib/test_exchange_api_twisted.conf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_exchange_api_twisted.conf 
b/src/lib/test_exchange_api_twisted.conf
index bb06fee8..845216cc 100644
--- a/src/lib/test_exchange_api_twisted.conf
+++ b/src/lib/test_exchange_api_twisted.conf
@@ -75,7 +75,8 @@ BASE_URL = "http://the.auditor/";
 CONFIG = "postgres:///talercheck"
 
 [account-2]
-URL = payto://x-taler-bank/localhost:8082/2
+URL = payto://x-taler-bank/2
+WIRE_GATEWAY_URL = "http://localhost:8082/2/";
 PLUGIN = taler_bank
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
 TALER_BANK_AUTH_METHOD = "basic"
@@ -84,6 +85,9 @@ PASSWORD = pass
 ENABLE_DEBIT = YES
 ENABLE_CREDIT = YES
 
+[bank]
+HTTP_PORT = 8082
+
 [fees-x-taler-bank]
 # Fees for the forseeable future...
 # If you see this after 2017, update to match the next 10 years...

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



reply via email to

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