blob: 8308537af3516a9d098d83dd3df0172f755eff96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# This file is in the public domain.
# It is used by test_iban.sh
[taler]
CURRENCY = EUR
[anastasis]
DB = postgres
ANNUAL_FEE = EUR:0
TRUTH_UPLOAD_FEE = EUR:0
UPLOAD_LIMIT_MB = 1
ANNUAL_POLICY_UPLOAD_LIMIT = 128
INSURANCE = EUR:0
PORT = 8086
PROVIDER_SALT = BUfO1KGOKYIFlFQg
BUSINESS_NAME = "Data loss Inc."
[stasis]
DB = postgres
[stasis-postgres]
CONFIG = postgres:///anastasischeck
[anastasis-merchant-backend]
# Technically not needed...
PAYMENT_BACKEND_URL = http://localhost:9966/
[authorization-question]
COST = EUR:0.0
[authorization-iban]
ENABLED = YES
COST = EUR:5
|