forked from blocledger/poe-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-win.json
59 lines (59 loc) · 1.67 KB
/
config-win.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
54
55
56
57
58
59
{
"orderers": [
{
"api_url": "grpcs://localhost:7050",
"name": "orderer.blocledger.com",
"tls_cacerts": "./test/fixtures-V1/crypto-config/ordererOrganizations/blocledger.com/orderers/orderer.blocledger.com/tls/ca.crt"
}
],
"cas": [
{
"name": "ca.blocledger.com",
"msp_id": "org1MSP",
"api_url": "https://localhost:7054",
"tls_cacerts": "./test/fixtures-V1/crypto-config/peerOrganizations/org1.blocledger.com/tlsca/tlsca.org1.blocledger.com-cert.pem",
"users_clients": [
{
"affiliation": "org1",
"enrollId": "admin",
"enrollSecret": "adminpw",
"group": "bank_a",
"attrs": [
{
"name": "hf.Registrar.Roles",
"value": "client,user,peer,validator,auditor,ca"
},
{
"name": "hf.Registrar.DelegateRoles",
"value": "client,user,validator,auditor"
},
{
"name": "hf.Revoker",
"value": true
},
{
"name": "hf.IntermediateCA",
"value": true
}
]
}
]
}
],
"peers": [
{
"api_url": "grpcs://localhost:7051",
"event_url": "grpcs://localhost:7053",
"name": "peer0.org1.blocledger.com",
"tls_cacerts": "./test/fixtures-V1/crypto-config/peerOrganizations/org1.blocledger.com/peers/peer0.org1.blocledger.com/tls/ca.crt"
},
{
"api_url": "grpcs://localhost:7056",
"event_url": "grpcs://localhost:7058",
"name": "peer1.org1.blocledger.com",
"tls_cacerts": "./test/fixtures-V1/crypto-config/peerOrganizations/org1.blocledger.com/peers/peer1.org1.blocledger.com/tls/ca.crt"
}
],
"network_id": "v1",
"network_name": "peerOrg1"
}