mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
22 lines
853 B
YAML
Executable file
22 lines
853 B
YAML
Executable file
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# "OrdererOrgs" - Definition of organizations managing orderer nodes
|
|
# ---------------------------------------------------------------------------
|
|
OrdererOrgs:
|
|
# ---------------------------------------------------------------------------
|
|
# Orderer
|
|
# ---------------------------------------------------------------------------
|
|
- Name: Orderer
|
|
Domain: example.com
|
|
EnableNodeOUs: true
|
|
# ---------------------------------------------------------------------------
|
|
# "Specs" - See PeerOrgs for complete description
|
|
# ---------------------------------------------------------------------------
|
|
Specs:
|
|
- Hostname: orderer
|
|
SANS:
|
|
- localhost
|