diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 22:30:07 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 22:30:07 +0200 |
commit | 1604cf0f13ebdb0fc2203bcda6fa196f871b166f (patch) | |
tree | 6fa97cf451a11f3b831bf89b2590ba356b51daef /src/testing/test_merchant_api.conf | |
parent | 00bb4b710aca6109cb040fd2d66a47d6aa7e1f57 (diff) |
-fix master key issues
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r-- | src/testing/test_merchant_api.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" |