[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -fix config files
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -fix config files |
Date: |
Mon, 13 Nov 2023 14:25:15 +0100 |
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 3e5b1ebd -fix config files
3e5b1ebd is described below
commit 3e5b1ebd90285a426fba98b314bae05fc909a7a0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Nov 13 14:25:13 2023 +0100
-fix config files
---
contrib/wallet-core | 2 +-
src/testing/test.conf | 4 ++++
src/testing/test_key_rotation.conf | 6 ++++++
src/testing/test_kyc_api.conf | 4 ++++
src/testing/test_merchant_api.conf | 4 ++++
src/testing/test_template.conf | 10 ++++++++++
6 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/contrib/wallet-core b/contrib/wallet-core
index ada435bc..5bc771e1 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit ada435bc5489e1023e63f1948874ca9ec88d6430
+Subproject commit 5bc771e151df3145e61c017b3bc816c58ad94961
diff --git a/src/testing/test.conf b/src/testing/test.conf
index 8156e596..4e91d594 100644
--- a/src/testing/test.conf
+++ b/src/testing/test.conf
@@ -125,6 +125,10 @@ ENABLE_CREDIT = YES
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
+[admin-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = NONE
+
[coin_eur_ct_1]
value = EUR:0.01
diff --git a/src/testing/test_key_rotation.conf
b/src/testing/test_key_rotation.conf
index 519c2263..7ce0c27e 100644
--- a/src/testing/test_key_rotation.conf
+++ b/src/testing/test_key_rotation.conf
@@ -95,6 +95,12 @@ WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x
+[admin-accountcredentials-1]
+WIRE_GATEWAY_URL =
"http://localhost:8082/accounts/Exchange/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = Exchange
+PASSWORD = x
+
[merchant-exchange-default]
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = TESTKUDOS
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index 6bd02b43..cc0a3824 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -83,6 +83,10 @@ ENABLE_CREDIT = YES
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
+[admin-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = NONE
+
[coin_eur_ct_1]
value = EUR:0.01
diff --git a/src/testing/test_merchant_api.conf
b/src/testing/test_merchant_api.conf
index 00f287fb..a676c87e 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_api.conf
@@ -62,3 +62,7 @@ ENABLE_CREDIT = YES
[exchange-accountcredentials-exchange]
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
+
+[admin-accountcredentials-exchange]
+WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = NONE
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf
index a278ea58..e8a4efac 100644
--- a/src/testing/test_template.conf
+++ b/src/testing/test_template.conf
@@ -83,6 +83,12 @@ WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = exchange
PASSWORD = x
+[admin-accountcredentials-1]
+WIRE_GATEWAY_URL =
"http://localhost:8082/accounts/exchange/taler-wire-gateway/"
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = exchange
+PASSWORD = x
+
[exchange-account-2]
PAYTO_URI = "payto://x-taler-bank/localhost/exchange?receiver-name=exchange"
ENABLE_DEBIT = YES
@@ -92,6 +98,10 @@ ENABLE_CREDIT = YES
WIRE_GATEWAY_AUTH_METHOD = none
WIRE_GATEWAY_URL =
"http://localhost:8082/accounts/exchange/taler-wire-gateway/"
+[admin-accountcredentials-2]
+WIRE_GATEWAY_AUTH_METHOD = none
+WIRE_GATEWAY_URL =
"http://localhost:8082/accounts/exchange/taler-wire-gateway/"
+
[merchant-exchange-default]
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = TESTKUDOS
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -fix config files,
gnunet <=