[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -move AML_THRESHOLD option to ex
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -move AML_THRESHOLD option to exchange |
Date: |
Sat, 13 May 2023 20:22:07 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 86dc0542 -move AML_THRESHOLD option to exchange
86dc0542 is described below
commit 86dc05425ef41680f3d455cbd82dac5588d995fe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 13 20:21:59 2023 +0200
-move AML_THRESHOLD option to exchange
---
src/testing/test.conf | 4 +++-
src/testing/test_kyc_api.conf | 3 ++-
src/testing/test_merchant_api.conf | 3 ++-
src/testing/test_template.conf | 2 +-
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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -move AML_THRESHOLD option to exchange,
gnunet <=