-
Notifications
You must be signed in to change notification settings - Fork 45
/
Fabric_Relay2.toml
47 lines (39 loc) · 952 Bytes
/
Fabric_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
name = "Fabric_Relay2"
port="9083"
hostname="localhost"
db_path="db/Fabric_Relay2/requests"
# This will be replaced by the task queue.
remote_db_path="db/Fabric_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.network2]
network="Fabric"
[relays]
[relays.Corda_Relay]
hostname="localhost"
port="9081"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[relays.Corda_Relay2]
hostname="localhost"
port="9082"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[relays.Fabric_Relay]
hostname="localhost"
port="9080"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"
[drivers]
[drivers.Fabric]
hostname="localhost"
port="9095"
tls=false
tlsca_cert_path="credentials/fabric_ca_cert.pem"