diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-13 20:21:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-13 20:21:32 +0200 |
commit | 0f2a0a611ba68e4cc437d760afe733ebd0c3863b (patch) | |
tree | fd4845a4970e108685f6d34aedff4c40d0587b79 | |
parent | 28abc69a5ca126032362891955096860501a6dc2 (diff) | |
download | anastasis-0f2a0a611ba68e4cc437d760afe733ebd0c3863b.tar.gz anastasis-0f2a0a611ba68e4cc437d760afe733ebd0c3863b.zip |
-move AML_THRESHOLD option to exchange
-rw-r--r-- | src/cli/test_reducer.conf | 2 | ||||
-rw-r--r-- | src/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 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/ | |||
9 | [taler] | 9 | [taler] |
10 | CURRENCY = TESTKUDOS | 10 | CURRENCY = TESTKUDOS |
11 | CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 | 11 | CURRENCY_ROUND_UNIT = TESTKUDOS:0.01 |
12 | AML_THRESHOLD = TESTKUDOS:1000000 | ||
13 | 12 | ||
14 | [anastasis] | 13 | [anastasis] |
15 | DB = postgres | 14 | DB = postgres |
@@ -27,6 +26,7 @@ COST = TESTKUDOS:0.0 | |||
27 | 26 | ||
28 | 27 | ||
29 | [exchange] | 28 | [exchange] |
29 | AML_THRESHOLD = TESTKUDOS:1000000 | ||
30 | MAX_KEYS_CACHING = forever | 30 | MAX_KEYS_CACHING = forever |
31 | DB = postgres | 31 | DB = postgres |
32 | MASTER_PRIV_FILE = ${TALER_DATA_HOME}/exchange/offline-keys/master.priv | 32 | 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/ | |||
20 | currency = EUR | 20 | currency = EUR |
21 | #CURRENCY_ROUND_UNIT = EUR:0.01 | 21 | #CURRENCY_ROUND_UNIT = EUR:0.01 |
22 | #CURRENCY_ROUND_UNIT = EUR:0.01 | 22 | #CURRENCY_ROUND_UNIT = EUR:0.01 |
23 | AML_THRESHOLD = EUR:1000000 | ||
24 | 23 | ||
25 | [taler-helper-crypto-rsa] | 24 | [taler-helper-crypto-rsa] |
26 | # Reduce from 1 year to speed up test | 25 | # Reduce from 1 year to speed up test |
@@ -170,6 +169,8 @@ CURRENCY = EUR | |||
170 | ################################################### | 169 | ################################################### |
171 | 170 | ||
172 | [exchange] | 171 | [exchange] |
172 | AML_THRESHOLD = EUR:1000000 | ||
173 | |||
173 | # How to access our database | 174 | # How to access our database |
174 | DB = postgres | 175 | DB = postgres |
175 | 176 | ||