gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: config


From: gnunet
Subject: [taler-exchange] branch master updated: config
Date: Fri, 17 Jan 2020 03:21:38 +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 4442df7a config
4442df7a is described below

commit 4442df7a1aa921d6911775a4942d4457d97af422
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 03:21:33 2020 +0100

    config
---
 src/lib/test_exchange_api.conf | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf
index d18690c7..4577ad85 100644
--- a/src/lib/test_exchange_api.conf
+++ b/src/lib/test_exchange_api.conf
@@ -66,7 +66,7 @@ CONFIG = "postgres:///talercheck"
 # advertised in /wire.
 [account-1]
 # What is the URL of our account?
-URL = "payto://x-taler-bank/localhost:8082/42"
+URL = "payto://x-taler-bank/localhost/42"
 # This is the response we give out for the /wire request.  It provides
 # wallets with the bank information for transfers to the exchange.
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
@@ -77,7 +77,7 @@ METHOD = x-taler-bank
 
 [account-2]
 # What is the bank account (with the "Taler Bank" demo system)?
-URL = "payto://x-taler-bank/localhost:8082/2"
+URL = "payto://x-taler-bank/localhost/2"
 
 # This is the response we give out for the /wire request.  It provides
 # wallets with the bank information for transfers to the exchange.
@@ -94,6 +94,8 @@ ENABLE_DEBIT = YES
 
 ENABLE_CREDIT = YES
 
+[bank]
+HTTP_PORT = 9081
 
 # Sections starting with "fee-" configure the wire fee for the
 # respective wire method.

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



reply via email to

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