mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 10:35:09 +00:00
17 lines
468 B
YAML
17 lines
468 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "PeerOrgs" - Definition of organizations managing peer nodes
|
|
# ---------------------------------------------------------------------------
|
|
PeerOrgs:
|
|
- Name: ${orgName}
|
|
Domain: ${orgMSP}.bcplatform.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: ${orgTotalPeers}
|
|
Users:
|
|
Count: 1
|
|
|