You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.4 KiB
68 lines
1.4 KiB
{
|
|
"name": "org1-network",
|
|
"version": "1.0.0",
|
|
"client": {
|
|
"tlsEnable": true,
|
|
"adminCredential": {
|
|
"id": "exploreradmin",
|
|
"password": "exploreradminpw"
|
|
},
|
|
"enableAuthentication": true,
|
|
"organization": "Org1MSP",
|
|
"connection": {
|
|
"timeout": {
|
|
"peer": {
|
|
"endorser": "300"
|
|
},
|
|
"orderer": "300"
|
|
}
|
|
}
|
|
},
|
|
"channels": {
|
|
"mychannel": {
|
|
"peers": {
|
|
"peer0.org1.example.com": {},
|
|
"peer1.org1.example.com": {}
|
|
},
|
|
"connection": {
|
|
"timeout": {
|
|
"peer": {
|
|
"endorser": "6000",
|
|
"eventHub": "6000",
|
|
"eventReg": "6000"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"organizations": {
|
|
"Org1MSP": {
|
|
"mspid": "Org1MSP",
|
|
"adminPrivateKey": {
|
|
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore/priv_sk"
|
|
},
|
|
"peers": ["peer0.org1.example.com","peer1.org1.example.com"],
|
|
"signedCert": {
|
|
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/signcerts/Admin@org1.example.com-cert.pem"
|
|
}
|
|
}
|
|
|
|
},
|
|
|
|
"peers": {
|
|
"peer0.org1.example.com": {
|
|
"tlsCACerts": {
|
|
"path": "/tmp/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt"
|
|
},
|
|
"url": "grpcs://peer0.org1.example.com:7051"
|
|
},
|
|
"peer1.org1.example.com": {
|
|
"tlsCACerts": {
|
|
"path": "/tmp/crypto/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls/ca.crt"
|
|
},
|
|
"url": "grpcs://peer1.org1.example.com:9051"
|
|
}
|
|
}
|
|
}
|
|
|