-
Notifications
You must be signed in to change notification settings - Fork 45
/
Corda_Relay2.toml
56 lines (52 loc) · 1.2 KB
/
Corda_Relay2.toml
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
name = "Corda_Relay2"
port="9082"
host="localhost"
hostname="localhost"
db_path="db/Corda_Relay2/requests"
# This will be replaced by the task queue.
remote_db_path="db/Corda_Relay2/remote_request"
# max retries opening sled db if it is locked
db_open_max_retries=500
# retry back off time in ms if sled db is locked
db_open_retry_backoff_msec=10
# FOR TLS
cert_path="credentials/fabric_cert.pem"
key_path="credentials/fabric_key"
tls=false
[networks]
[networks.Corda_Network2]
network="Corda"
[networks.Dummy_Network]
network="Dummy"
[relays]
[relays.Fabric_Relay]
hostname="localhost"
port="9080"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[relays.Fabric_Relay2]
hostname="localhost"
port="9083"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[relays.Dummy_relay]
hostname="localhost"
port="9085"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[relays.Corda_Relay]
hostname="localhost"
port="9081"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[drivers]
[drivers.Corda]
hostname="localhost"
port="9098"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[drivers.Dummy]
hostname="localhost"
port="9095"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"