mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
13 lines
405 B
YAML
13 lines
405 B
YAML
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
ca_admin_enrollment_id: admin
|
|
ca_admin_enrollment_secret: adminpw
|
|
organization_admin_enrollment_id: orderingorgadmin
|
|
organization_admin_enrollment_secret: orderingorgadminpw
|
|
ordering_service_enrollment_id: orderingorgorderer
|
|
ordering_service_enrollment_secret: orderingorgordererpw
|
|
ordering_service_msp: OrdererMSP
|
|
ordering_service_nodes: 1
|
|
wait_timeout: 600
|