a b/web-app/server/fishy - Org2_connection.json
1
{
2
    "certificateAuthorities": {
3
        "Org2CA": {
4
            "caName": "ca",
5
            "url": "http://localhost:17055"
6
        }
7
    },
8
    "client": {
9
        "connection": {
10
            "timeout": {
11
                "orderer": "300",
12
                "peer": {
13
                    "endorser": "300"
14
                }
15
            }
16
        },
17
        "organization": "Org2MSP"
18
    },
19
    "name": "Org2",
20
    "organizations": {
21
        "Org2MSP": {
22
            "certificateAuthorities": [
23
                "Org2CA"
24
            ],
25
            "mspid": "Org2MSP",
26
            "peers": [
27
                "Org2Peer1"
28
            ]
29
        }
30
    },
31
    "peers": {
32
        "Org2Peer1": {
33
            "url": "grpc://localhost:17056"
34
        }
35
    },
36
    "version": "1.0.0"
37
}