mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
21 lines
No EOL
638 B
YAML
21 lines
No EOL
638 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "PeerOrgs" - Definition of organizations managing peer nodes
|
|
# ---------------------------------------------------------------------------
|
|
PeerOrgs:
|
|
# ---------------------------------------------------------------------------
|
|
# Org3
|
|
# ---------------------------------------------------------------------------
|
|
- Name: Org3
|
|
Domain: org3.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 1
|
|
SANS:
|
|
- localhost
|
|
Users:
|
|
Count: 1 |