gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -adapt merchant to new config st


From: gnunet
Subject: [taler-merchant] branch master updated: -adapt merchant to new config structure
Date: Tue, 03 Aug 2021 21:57:40 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d0229a57 -adapt merchant to new config structure
d0229a57 is described below

commit d0229a5706a6010c34628da918b6c047392f0dd4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 3 21:57:38 2021 +0200

    -adapt merchant to new config structure
---
 src/testing/test_key_rotation.conf | 2 ++
 src/testing/test_merchant_api.conf | 6 ++++--
 src/testing/test_template.conf     | 2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_key_rotation.conf 
b/src/testing/test_key_rotation.conf
index 6c72acaf..18047f0a 100644
--- a/src/testing/test_key_rotation.conf
+++ b/src/testing/test_key_rotation.conf
@@ -90,6 +90,8 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years
 PAYTO_URI = payto://x-taler-bank/localhost/Exchange
 enable_debit = yes
 enable_credit = yes
+
+[exchange-accountcredentials-1]
 WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/";
 WIRE_GATEWAY_AUTH_METHOD = basic
 USERNAME = Exchange
diff --git a/src/testing/test_merchant_api.conf 
b/src/testing/test_merchant_api.conf
index 6ec73be7..5f706d63 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_api.conf
@@ -115,11 +115,13 @@ CONFIG = postgres:///talercheck
 [exchange-account-exchange]
 # What is the exchange's bank account (with the "Taler Bank" demo system)?
 PAYTO_URI = "payto://x-taler-bank/localhost/2"
-WIRE_GATEWAY_URL = "http://localhost:8082/2/";
-WIRE_GATEWAY_AUTH_METHOD = NONE
 ENABLE_DEBIT = YES
 ENABLE_CREDIT = YES
 
+[exchange-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/2/";
+WIRE_GATEWAY_AUTH_METHOD = NONE
+
 
 [coin_eur_ct_1]
 value = EUR:0.01
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf
index d093d0a4..93d99f3d 100644
--- a/src/testing/test_template.conf
+++ b/src/testing/test_template.conf
@@ -75,6 +75,8 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years
 PAYTO_URI = payto://x-taler-bank/localhost/Exchange
 enable_debit = yes
 enable_credit = yes
+
+[exchange-accountcredentials-1]
 WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/";
 WIRE_GATEWAY_AUTH_METHOD = basic
 USERNAME = Exchange

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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