summaryrefslogtreecommitdiff
path: root/src/testing/test_sync_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_sync_api.conf')
-rw-r--r--src/testing/test_sync_api.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
index 3a29bc1..8574648 100644
--- a/src/testing/test_sync_api.conf
+++ b/src/testing/test_sync_api.conf
@@ -17,7 +17,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
[taler]
# What currency do we use?
CURRENCY = EUR
-AML_THRESHOLD = EUR:1000000
CURRENCY_ROUND_UNIT = EUR:0.01
[taler-helper-crypto-rsa]
@@ -36,6 +35,8 @@ HTTP_PORT = 8082
# Sync config
[sync]
+AML_THRESHOLD = EUR:1000000
+
# Which port do we run the *sync* backend on? (HTTP server)
PORT = 8084