aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_keys_cherry_picking.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 20:22:16 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 20:22:16 +0200
commit92df1cb1da3a3bee661437911356f5f47c23a41a (patch)
tree029dd603cce0ac30542542763e82686ee0190889 /src/testing/test_exchange_api_keys_cherry_picking.conf
parentc9ed524bc32beb7f5e8be5eeed077e54b81cf4df (diff)
downloadexchange-92df1cb1da3a3bee661437911356f5f47c23a41a.tar.xz
-move AML_THRESHOLD option to exchange
Diffstat (limited to 'src/testing/test_exchange_api_keys_cherry_picking.conf')
-rw-r--r--src/testing/test_exchange_api_keys_cherry_picking.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf
index 55e0c625f..5637bb66f 100644
--- a/src/testing/test_exchange_api_keys_cherry_picking.conf
+++ b/src/testing/test_exchange_api_keys_cherry_picking.conf
@@ -17,7 +17,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
[taler]
# Currency supported by the exchange (can only be one)
CURRENCY = EUR
-AML_THRESHOLD = EUR:1000000
[taler-exchange-secmod-eddsa]
OVERLAP_DURATION = 1 s
@@ -32,6 +31,9 @@ BASE_URL = "http://localhost:8083/"
PORT = 8083
[exchange]
+
+AML_THRESHOLD = EUR:1000000
+
# HTTP port the exchange listens to
PORT = 8081