fabric-samples/full-stack-asset-transfer-guide/infrastructure/configuration/fabric-common-vars.yml
Josh Kneubuhl 4c656f6215 Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-11-09 13:14:04 -05:00

23 lines
691 B
YAML

#
# SPDX-License-Identifier: Apache-2.0
#
---
# These vars are used in more than one file,
# i.e. needed by multiple orgs so can't just live in a per org file
ordering_org_name: "Ordering Org"
ordering_service_name: "Ordering Service"
org1_name: "Org1"
org1_msp_id: Org1MSP
org2_name: "Org2"
org2_msp_id: Org2MSP
channel_name: "mychannel"
# smart_contract_name: "fabcar"
# smart_contract_version: "1.0.0"
# smart_contract_sequence: 1
# smart_contract_package: "fabcar@1.0.0.tgz"
# smart_contract_constructor: "initLedger"
# smart_contract_endorsement_policy: ""
# smart_contract_collections_file: ""
ca_version: ">=1.4,<2.0"
peer_version: ">=2.2,<3.0"
ordering_service_version: ">=2.2,<3.0"