blob: e2d88afe18284cd431dde887e77cfc0b7d81369b (
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
|
# This file is in the public domain.
#
[PATHS]
TALER_TEST_HOME = test_merchant_api_home/
[taler]
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
[taler-helper-crypto-rsa]
LOOKAHEAD_SIGN = 10 days
[taler-helper-crypto-eddsa]
LOOKAHEAD_SIGN = 24 days
DURATION = 14 days
[bank]
HTTP_PORT = 8082
[merchant]
PORT = 8080
[merchantdb-postgres]
CONFIG = postgres:///talercheck
[merchant-exchange-test]
MASTER_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = EUR
[exchange]
AML_THRESHOLD = EUR:1000000
PORT = 8081
MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
BASE_URL = "http://localhost:8081/"
[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/2/"
WIRE_GATEWAY_AUTH_METHOD = NONE
|