diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-13 14:43:50 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-13 21:16:50 +0200 |
commit | a5f50083e65a3e9a0945b150701349afa81a0e9e (patch) | |
tree | a6a89fa83c78d812a7f6a38e851659cf443269dd /src/testing/test_template.conf | |
parent | a8b2456ecf47e2650f8bac1da3cc25b4ace54d24 (diff) |
work towards multi-currency support
Diffstat (limited to 'src/testing/test_template.conf')
-rw-r--r-- | src/testing/test_template.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf index 3723f898..a278ea58 100644 --- a/src/testing/test_template.conf +++ b/src/testing/test_template.conf @@ -5,6 +5,9 @@ TALER_TEST_HOME = test_merchant_api_home/ CURRENCY = TESTKUDOS CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 +[merchant-exchange-kudos] +DISABLED = YES + [exchange] AML_THRESHOLD = TESTKUDOS:1000000 MAX_KEYS_CACHING = forever |