summaryrefslogtreecommitdiff
path: root/src/testing/test_auditor_api-cs.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_auditor_api-cs.conf
parentc9ed524bc32beb7f5e8be5eeed077e54b81cf4df (diff)
downloadexchange-92df1cb1da3a3bee661437911356f5f47c23a41a.tar.gz
exchange-92df1cb1da3a3bee661437911356f5f47c23a41a.tar.bz2
exchange-92df1cb1da3a3bee661437911356f5f47c23a41a.zip
-move AML_THRESHOLD option to exchange
Diffstat (limited to 'src/testing/test_auditor_api-cs.conf')
-rw-r--r--src/testing/test_auditor_api-cs.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_auditor_api-cs.conf b/src/testing/test_auditor_api-cs.conf
index 6c9a1e648..f0095e383 100644
--- a/src/testing/test_auditor_api-cs.conf
+++ b/src/testing/test_auditor_api-cs.conf
@@ -21,7 +21,6 @@ DURATION = 14 days
# Currency supported by the exchange (can only be one)
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
-AML_THRESHOLD = EUR:1000000
[auditor]
BASE_URL = "http://localhost:8083/"
@@ -32,6 +31,7 @@ PUBLIC_KEY = XNYZPJJ6YPSQ4C6QPW120ACG9B5E5GBTTSYWXDMDB6G4X74TDBPG
TINY_AMOUNT = EUR:0.01
[exchange]
+AML_THRESHOLD = EUR:1000000
# HTTP port the exchange listens to
PORT = 8081