From 829354b0c2c0951ba993c9e45e5c03d4e8fb5157 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Oct 2023 22:35:47 +0200 Subject: -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 -- cgit v1.2.3