-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRedeCidadaoGatewayConnection.json
43 lines (43 loc) · 1.19 KB
/
RedeCidadaoGatewayConnection.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
{
"certificateAuthorities": {
"cidadaoca-api.127-0-0-1.nip.io:8080": {
"url": "http://cidadaoca-api.127-0-0-1.nip.io:8080"
}
},
"client": {
"connection": {
"timeout": {
"orderer": "300",
"peer": {
"endorser": "300"
}
}
},
"organization": "Cidadao"
},
"display_name": "Cidadao Gateway",
"id": "cidadaogateway",
"name": "Cidadao Gateway",
"organizations": {
"Cidadao": {
"certificateAuthorities": [
"cidadaoca-api.127-0-0-1.nip.io:8080"
],
"mspid": "CidadaoMSP",
"peers": [
"cidadaopeer-api.127-0-0-1.nip.io:8080"
]
}
},
"peers": {
"cidadaopeer-api.127-0-0-1.nip.io:8080": {
"grpcOptions": {
"grpc.default_authority": "cidadaopeer-api.127-0-0-1.nip.io:8080",
"grpc.ssl_target_name_override": "cidadaopeer-api.127-0-0-1.nip.io:8080"
},
"url": "grpc://cidadaopeer-api.127-0-0-1.nip.io:8080"
}
},
"type": "gateway",
"version": "1.0"
}