blob: 87dc640124c63564f23010977a4f6876dd59aff6 (
plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# This file is in the public domain.
#
[PATHS]
TALER_TEST_HOME = test_merchant_api_home/
[taler]
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
[merchant-exchange-kudos]
DISABLED = YES
[taler-helper-crypto-rsa]
LOOKAHEAD_SIGN = 10 days
[taler-helper-crypto-eddsa]
LOOKAHEAD_SIGN = 24 days
DURATION = 14 days
[bank]
HTTP_PORT = 8082
[libeufin-bank]
CURRENCY = EUR
WIRE_TYPE = iban
IBAN_PAYTO_BIC = SANDBOXX
DEFAULT_CUSTOMER_DEBT_LIMIT = EUR:200
DEFAULT_ADMIN_DEBT_LIMIT = EUR:2000
REGISTRATION_BONUS_ENABLED = yes
REGISTRATION_BONUS = EUR:100
SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/
SERVE = tcp
PORT = 8082
PWD_HASH_CONFIG = { "cost": 4 }
PWD_AUTH_COMPAT = yes
[merchant]
PORT = 8080
SERVE = tcp
DB = postgres
[merchantdb-postgres]
CONFIG = postgres:///talercheck
SQL_DIR = $DATADIR/sql/merchant/
[merchant-exchange-test]
MASTER_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = EUR
[exchange]
AML_THRESHOLD = EUR:1000000
PORT = 8081
MASTER_PUBLIC_KEY = NKX42KSCQHDQK7CF1PC6X9DMQPXW6KHXKGD3DPQJMP32FKXSWYK0
BASE_URL = "http://localhost:8081/"
STEFAN_ABS = "EUR:5"
[exchangedb-postgres]
CONFIG = "postgres:///talercheck"
[auditordb-postgres]
CONFIG = postgres:///talercheck
[exchange-account-exchange]
PAYTO_URI = "payto://x-taler-bank/localhost/2?receiver-name=2"
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES
[exchange-accountcredentials-exchange]
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
[admin-accountcredentials-exchange]
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/"
WIRE_GATEWAY_AUTH_METHOD = NONE
|