anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 0f2a0a611ba68e4cc437d760afe733ebd0c3863b
parent 28abc69a5ca126032362891955096860501a6dc2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 May 2023 20:21:32 +0200

-move AML_THRESHOLD option to exchange

Diffstat:
Msrc/cli/test_reducer.conf | 2+-
Msrc/testing/test_anastasis_api.conf | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 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 @@ -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