diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-08-24 22:09:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-08-24 22:09:13 +0200 |
commit | b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c (patch) | |
tree | 5c3db74a94f0c8fb1eacbbce13b032645c34d187 /src/testing/test_merchant_api.conf | |
parent | d4cbd450a5eb55a33e753ff28e85debe8016577a (diff) |
add merchant backend support for STEFAN curves
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r-- | src/testing/test_merchant_api.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf index e2d88afe..9a9c1297 100644 --- a/src/testing/test_merchant_api.conf +++ b/src/testing/test_merchant_api.conf @@ -33,6 +33,7 @@ AML_THRESHOLD = EUR:1000000 PORT = 8081 MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG BASE_URL = "http://localhost:8081/" +STEFAN_ABS = "EUR:5" [exchangedb-postgres] CONFIG = "postgres:///talercheck" |