-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnection-hospital.json
53 lines (53 loc) · 1.19 KB
/
connection-hospital.json
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
{
"name": "healthcare-network-hospital",
"version": "1.0.0",
"mspID":"HospitalMSP",
"channels": {
"healthcarechannel": {
"orderers": [
"orderer"
],
"peers": {
"hospital-peer1": {}
}
}
},
"client": {
"organization": "hospital",
"connection": {
"timeout": {
"peer": {
"endorser": "300"
},
"orderer": "300"
}
}
},
"organizations": {
"hospital": {
"mspid": "HospitalMSP",
"peers": [
"hospital-peer1"
],
"certificateAuthorities": [
"ca.server.com"
]
}
},
"orderers": {
"orderer": {
"url": "grpc://localhost:7050"
}
},
"peers": {
"hospital-peer1": {
"url": "grpc://localhost:7051"
}
},
"certificateAuthorities": {
"ca.server.com": {
"url": "http://127.0.0.1:7054",
"caName": "ca.server.com"
}
}
}