summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cli/test_reducer.conf2
-rw-r--r--src/testing/test_anastasis_api.conf3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf
index f862c0b..5fa5d46 100644
--- a/src/cli/test_reducer.conf
+++ b/src/cli/test_reducer.conf
@@ -9,7 +9,6 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/
[taler]
CURRENCY = TESTKUDOS
CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
-AML_THRESHOLD = TESTKUDOS:1000000
[anastasis]
DB = postgres
@@ -27,6 +26,7 @@ COST = TESTKUDOS:0.0
[exchange]
+AML_THRESHOLD = TESTKUDOS:1000000
MAX_KEYS_CACHING = forever
DB = postgres
MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv
diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf
index 5ed1778..afd7aad 100644
--- a/src/testing/test_anastasis_api.conf
+++ b/src/testing/test_anastasis_api.conf
@@ -20,7 +20,6 @@ TALER_CACHE_HOME = $TALER_TEST_HOME/.cache/taler/
currency = EUR
#CURRENCY_ROUND_UNIT = EUR:0.01
#CURRENCY_ROUND_UNIT = EUR:0.01
-AML_THRESHOLD = EUR:1000000
[taler-helper-crypto-rsa]
# Reduce from 1 year to speed up test
@@ -170,6 +169,8 @@ CURRENCY = EUR
###################################################
[exchange]
+AML_THRESHOLD = EUR:1000000
+
# How to access our database
DB = postgres