gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: config, test passes now


From: gnunet
Subject: [taler-exchange] branch master updated: config, test passes now
Date: Fri, 17 Jan 2020 03:25:33 +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 27f8fc8b config, test passes now
27f8fc8b is described below

commit 27f8fc8bb742e1959d0e5b1d65a3cc0d462deec6
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 03:25:30 2020 +0100

    config, test passes now
---
 src/lib/test_exchange_api.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf
index 4577ad85..aa95f1bc 100644
--- a/src/lib/test_exchange_api.conf
+++ b/src/lib/test_exchange_api.conf
@@ -73,6 +73,8 @@ WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
 # Which wire plugin should we used to access the account?
 METHOD = x-taler-bank
 
+WIRE_GATEWAY_URL = "http://localhost:9081/42/";
+
 # ENABLE_CREDIT = YES
 
 [account-2]
@@ -83,8 +85,14 @@ URL = "payto://x-taler-bank/localhost/2"
 # wallets with the bank information for transfers to the exchange.
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
 
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+
 METHOD = x-taler-bank
 
+WIRE_GATEWAY_URL = "http://localhost:9081/2/";
+
 # Authentication information for basic authentication
 TALER_BANK_AUTH_METHOD = "basic"
 USERNAME = user

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



reply via email to

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