diff options
Diffstat (limited to 'src/cli/test_reducer.conf')
-rw-r--r-- | src/cli/test_reducer.conf | 2 |
1 files changed, 1 insertions, 1 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 |