[de9008]: / web-app / server / fishy - Org2_connection.json

Download this file

37 lines (37 with data), 807 Bytes

 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
{
"certificateAuthorities": {
"Org2CA": {
"caName": "ca",
"url": "http://localhost:17055"
}
},
"client": {
"connection": {
"timeout": {
"orderer": "300",
"peer": {
"endorser": "300"
}
}
},
"organization": "Org2MSP"
},
"name": "Org2",
"organizations": {
"Org2MSP": {
"certificateAuthorities": [
"Org2CA"
],
"mspid": "Org2MSP",
"peers": [
"Org2Peer1"
]
}
},
"peers": {
"Org2Peer1": {
"url": "grpc://localhost:17056"
}
},
"version": "1.0.0"
}