fabric-samples/varion/organizations/ccp-template.yaml
2024-06-07 16:44:50 +07:00

35 lines
729 B
YAML
Executable file

---
name: test-network-${ORG}
version: 1.0.0
client:
organization: ${ORG}
connection:
timeout:
peer:
endorser: '300'
organizations:
Org${ORG}:
mspid: ${ORG}MSP
peers:
- peer0.${ORG}.varion.com
certificateAuthorities:
- ca.${ORG}.varion.com
peers:
peer0.${ORG}.varion.com:
url: grpcs://localhost:${P0PORT}
tlsCACerts:
pem: |
${PEERPEM}
grpcOptions:
ssl-target-name-override: peer0.${ORG}.varion.com
hostnameOverride: peer0.${ORG}.varion.com
certificateAuthorities:
ca.${ORG}.varion.com:
url: https://localhost:${CAPORT}
caName: ca-${ORG}
tlsCACerts:
pem:
- |
${CAPEM}
httpOptions:
verify: false