-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
48 lines (47 loc) · 1.47 KB
/
config.yaml
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
version: 1.0
client:
organization: Org1
connection:
timeout:
peer:
endorser: "300"
channels:
mychannel2:
peers:
peer0.org1.example.com:
endorsingPeer: true
chaincodeQuery: true
ledgerQuery: true
eventSource: true
organizations:
Org1:
mspid: Org1MSP
cryptoPath: ./organizations/peerOrganizations/org1.example.com/msp
users:
User1:
cert:
path: ./organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/signcerts/[email protected]
key:
path: ./organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/priv_sk
peers:
- peer0.org1.example.com
orderers:
orderer.example.com:
url: orderer.example1.com:7050
grpcOptions:
ssl-target-name-override: orderer.example.com
keep-alive-time: 0s
keep-alive-timeout: 20s
keep-alive-permit-without-streams: true
tlsCACerts:
path: ./organizations/ordererOrganizations/example1.com/msp/tlscacerts/tlsca.example1.com-cert.pem
peers:
peer0.org1.example.com:
url: peer0.org1.example.com:7051
grpcOptions:
ssl-target-name-override: peer0.org1.example.com
keep-alive-time: 0s
keep-alive-timeout: 20s
keep-alive-permit-without-streams: true
tlsCACerts:
path: ./organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp/tlscacerts/tlsca.org1.example.com-cert.pem