summaryrefslogtreecommitdiff
path: root/src/merchant-tools/benchmark-common.conf
blob: 1f54127fd8218eb5049004d32dce1899a48aaf58 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
# This file is in the public domain.
[paths]
TALER_TEST_HOME=exchange_benchmark_home/

[taler]
CURRENCY=EUR
CURRENCY_ROUND_UNIT=EUR:0.01

[merchant-benchmark]
MERCHANT_URL = "http://localhost:9966/"

[exchange]
AML_THRESHOLD=EUR:99999999
SIGNKEY_LEGAL_DURATION=2 years
PORT=8081
MASTER_PUBLIC_KEY=MN7KME8DKVVXFSX7H2VTG7YGRFWFJV37KHJG7FEBFKMEDP73V3VG
DB=postgres
BASE_URL="http://localhost:8081/"
# AGGREGATOR_SHARD_SIZE=67108864
WIREWATCH_IDLE_SLEEP_INTERVAL=5 ms

[exchangedb-postgres]
CONFIG="postgres:///talercheck"

[exchange-offline]
MASTER_PRIV_FILE=${TALER_DATA_HOME}/exchange/offline-keys/master.priv

[taler-exchange-secmod-rsa]
LOOKAHEAD_SIGN="1 d"

[taler-exchange-secmod-cs]
LOOKAHEAD_SIGN="1 d"

[taler-exchange-secmod-eddsa]
DURATION="2 d"
LOOKAHEAD_SIGN="1 d"

# account-2 is suitable for fakebank
[exchange-account-1]
PAYTO_URI = "payto://x-taler-bank/localhost/42?receiver-name=42"
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES

[exchange-accountcredentials-1]
WIRE_GATEWAY_AUTH_METHOD = none
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/42/taler-wire-gateway/"

# account-2 is suitable for libeufin
[exchange-account-2]
ENABLE_DEBIT = YES
ENABLE_CREDIT = YES
PAYTO_URI = payto://iban/SANDBOXX/DE033310?receiver-name=Exchange+Company

[exchange-accountcredentials-2]
WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = exchange
PASSWORD = x
WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/"


# Trust local exchange for "EUR" currency
[merchant-exchange-benchmark]
EXCHANGE_BASE_URL = http://localhost:8081/
MASTER_KEY=MN7KME8DKVVXFSX7H2VTG7YGRFWFJV37KHJG7FEBFKMEDP73V3VG
CURRENCY = EUR


[merchantdb-postgres]
CONFIG="postgres:///talercheck"

[auditordb-postgres]
CONFIG="postgres:///talercheck"

[syncdb-postgres]
CONFIG="postgres:///talercheck"

[bank]
HTTP_PORT=8082
SERVE=http

[libeufin-nexus]
DB_CONNECTION="postgresql:///talercheck"

[libeufin-sandbox]
DB_CONNECTION="postgresql:///talercheck"

[auditor]
BASE_URL="http://localhost:8083/"