diff options
Diffstat (limited to 'src/cli/test_free_reducer.conf')
-rw-r--r-- | src/cli/test_free_reducer.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/cli/test_free_reducer.conf b/src/cli/test_free_reducer.conf new file mode 100644 index 0000000..364758c --- /dev/null +++ b/src/cli/test_free_reducer.conf | |||
@@ -0,0 +1,27 @@ | |||
1 | # This file is in the public domain. | ||
2 | # It is used by test_iban.sh | ||
3 | [taler] | ||
4 | CURRENCY = TESTKUDOS | ||
5 | |||
6 | [anastasis] | ||
7 | DB = postgres | ||
8 | ANNUAL_FEE = TESTKUDOS:0 | ||
9 | TRUTH_UPLOAD_FEE = TESTKUDOS:0 | ||
10 | UPLOAD_LIMIT_MB = 1 | ||
11 | ANNUAL_POLICY_UPLOAD_LIMIT = 128 | ||
12 | INSURANCE = TESTKUDOS:0 | ||
13 | PORT = 8086 | ||
14 | SERVER_SALT = BUfO1KGOKYIFlFQg | ||
15 | BUSINESS_NAME = "Data loss Inc." | ||
16 | |||
17 | [anastasis-merchant-backend] | ||
18 | # Technically not needed... | ||
19 | PAYMENT_BACKEND_URL = http://localhost:9966/ | ||
20 | |||
21 | [authorization-question] | ||
22 | COST = TESTKUDOS:0.0 | ||
23 | |||
24 | [authorization-iban] | ||
25 | ENABLED = YES | ||
26 | COST = TESTKUDOS:5 | ||
27 | BUSINESS_NAME = "Data loss inc." | ||