[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -fix master key issues
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -fix master key issues |
Date: |
Thu, 12 Oct 2023 22:30:10 +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 1604cf0f -fix master key issues
1604cf0f is described below
commit 1604cf0f13ebdb0fc2203bcda6fa196f871b166f
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Oct 12 22:30:07 2023 +0200
-fix master key issues
---
src/testing/Makefile.am | 1 +
src/testing/test_kyc_api.conf | 4 ++--
src/testing/test_merchant_api.conf | 4 ++--
.../.local/share/taler/exchange-offline/master.priv | 1 +
src/testing/test_merchant_api_home/taler/exchange-offline/master.priv | 1 -
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 49fcc095..f42fd484 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -241,6 +241,7 @@ EXTRA_DIST = \
test_merchant_api_proxy_merchant.conf \
test_merchant_api_proxy_exchange.conf \
test_merchant_api_home/taler/exchange-offline/master.priv \
+ test_merchant_api_home/.local/share/taler/exchange-offline/master.priv \
test_merchant.priv \
test_template.conf \
$(check_SCRIPTS)
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index 71484512..bbacbe40 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -25,7 +25,7 @@ PORT = 8080
CONFIG = postgres:///talercheck
[merchant-exchange-test]
-MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = EUR
@@ -35,7 +35,7 @@ CONFIG = postgres:///talercheck
[exchange]
AML_THRESHOLD = EUR:1000000
PORT = 8081
-MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
BASE_URL = "http://localhost:8081/"
STEFAN_ABS = "EUR:5"
diff --git a/src/testing/test_merchant_api.conf
b/src/testing/test_merchant_api.conf
index 0fc5f915..bf84e4ec 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_api.conf
@@ -34,14 +34,14 @@ PORT = 8080
CONFIG = postgres:///talercheck
[merchant-exchange-test]
-MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = EUR
[exchange]
AML_THRESHOLD = EUR:1000000
PORT = 8081
-MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
BASE_URL = "http://localhost:8081/"
STEFAN_ABS = "EUR:5"
diff --git
a/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv
b/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv
new file mode 100644
index 00000000..efee2ec3
--- /dev/null
+++
b/src/testing/test_merchant_api_home/.local/share/taler/exchange-offline/master.priv
@@ -0,0 +1 @@
+L���kCO���ױ��������a��M�)G@_�
\ No newline at end of file
diff --git
a/src/testing/test_merchant_api_home/taler/exchange-offline/master.priv
b/src/testing/test_merchant_api_home/taler/exchange-offline/master.priv
deleted file mode 100644
index c20942d6..00000000
--- a/src/testing/test_merchant_api_home/taler/exchange-offline/master.priv
+++ /dev/null
@@ -1 +0,0 @@
-��k;d�_U�}�A.w�"!G��v_m�"_��
\ No newline at end of file
--
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 master key issues,
gnunet <=