diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 22:35:47 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 22:35:47 +0200 |
commit | 829354b0c2c0951ba993c9e45e5c03d4e8fb5157 (patch) | |
tree | 95f1c1a0a4fb726e1c8dee719c8acb5d054a375a | |
parent | 1604cf0f13ebdb0fc2203bcda6fa196f871b166f (diff) |
-more key fixes
-rw-r--r-- | src/testing/test.conf | 4 | ||||
-rw-r--r-- | 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 |