summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 20:21:59 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 20:22:04 +0200
commit86dc05425ef41680f3d455cbd82dac5588d995fe (patch)
treef67a17aa1ecd88277a79e106fbd4c3f290d949a3
parent3d32b1f73c2c7f2042dd0cf1debc353833c502ad (diff)
downloadmerchant-86dc05425ef41680f3d455cbd82dac5588d995fe.tar.gz
merchant-86dc05425ef41680f3d455cbd82dac5588d995fe.tar.bz2
merchant-86dc05425ef41680f3d455cbd82dac5588d995fe.zip
-move AML_THRESHOLD option to exchange
-rw-r--r--src/testing/test.conf4
-rw-r--r--src/testing/test_kyc_api.conf3
-rw-r--r--src/testing/test_merchant_api.conf3
-rw-r--r--src/testing/test_template.conf2
4 files changed, 8 insertions, 4 deletions
diff --git a/src/testing/test.conf b/src/testing/test.conf
index 1444f799..1506d192 100644
--- a/src/testing/test.conf
+++ b/src/testing/test.conf
@@ -18,7 +18,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
# What currency do we use?
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
-AML_THRESHOLD = EUR:1000000
[taler-helper-crypto-rsa]
# Reduce from 1 year to speed up test
@@ -91,6 +90,9 @@ CURRENCY = EUR
###################################################
[exchange]
+AML_THRESHOLD = EUR:1000000
+
+
# How to access our database
DB = postgres
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index 41004ab4..a3d03822 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -18,7 +18,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
# What currency do we use?
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
-AML_THRESHOLD = EUR:1000000
[taler-helper-crypto-rsa]
# Reduce from 1 year to speed up test
@@ -94,6 +93,8 @@ CURRENCY = EUR
###################################################
[exchange]
+AML_THRESHOLD = EUR:1000000
+
# How to access our database
DB = postgres
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf
index c0da1267..704c4d10 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_api.conf
@@ -18,7 +18,6 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
# What currency do we use?
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
-AML_THRESHOLD = EUR:1000000
[taler-helper-crypto-rsa]
# Reduce from 1 year to speed up test
@@ -69,6 +68,8 @@ BASE_URL = http://the.auditor/
###################################################
[exchange]
+AML_THRESHOLD = EUR:1000000
+
# How to access our database
DB = postgres
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf
index 92032259..0c57af72 100644
--- a/src/testing/test_template.conf
+++ b/src/testing/test_template.conf
@@ -8,9 +8,9 @@ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/
[taler]
CURRENCY = TESTKUDOS
CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
-AML_THRESHOLD = TESTKUDOS:1000000
[exchange]
+AML_THRESHOLD = TESTKUDOS:1000000
MAX_KEYS_CACHING = forever
DB = postgres
MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv