[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -more key fixes
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -more key fixes |
Date: |
Thu, 12 Oct 2023 22:35:50 +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 829354b0 -more key fixes
829354b0 is described below
commit 829354b0c2c0951ba993c9e45e5c03d4e8fb5157
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Oct 12 22:35:47 2023 +0200
-more key fixes
---
src/testing/test.conf | 4 ++--
src/testing/test_template.conf | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/testing/test.conf b/src/testing/test.conf
index 48b3791c..8156e596 100644
--- a/src/testing/test.conf
+++ b/src/testing/test.conf
@@ -51,7 +51,7 @@ CONFIG = postgres:///talercheck
# Sections starting with "merchant-exchange-" specify trusted exchanges
# (by the merchant)
[merchant-exchange-test]
-MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = EUR
@@ -100,7 +100,7 @@ DB = postgres
PORT = 8081
# Our public key
-MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
# Base URL of the exchange.
BASE_URL = "http://localhost:8081/"
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf
index d97fc707..3723f898 100644
--- a/src/testing/test_template.conf
+++ b/src/testing/test_template.conf
@@ -9,7 +9,7 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
AML_THRESHOLD = TESTKUDOS:1000000
MAX_KEYS_CACHING = forever
DB = postgres
-MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
SERVE = tcp
UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
UNIXPATH_MODE = 660
@@ -92,7 +92,7 @@ WIRE_GATEWAY_URL =
"http://localhost:8082/accounts/exchange/taler-wire-gateway/"
[merchant-exchange-default]
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = TESTKUDOS
-MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
[payments-generator]
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: -more key fixes,
gnunet <=