mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
48 lines
1 KiB
JSON
48 lines
1 KiB
JSON
{
|
|
"name": "test-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": {}
|
|
}
|
|
}
|
|
},
|
|
"organizations": {
|
|
"Org1MSP": {
|
|
"mspid": "Org1MSP",
|
|
"adminPrivateKey": {
|
|
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/User1@org1.example.com/msp/keystore/priv_sk"
|
|
},
|
|
"peers": ["peer0.org1.example.com"],
|
|
"signedCert": {
|
|
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/User1@org1.example.com/msp/signcerts/User1@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"
|
|
}
|
|
}
|
|
}
|