Skip to content

Commit

Permalink
Update profile data in create a channel doc
Browse files Browse the repository at this point in the history
Resolves #4779

Finish the changes that were started in #4781 and #4788.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored and satota2 committed Apr 6, 2024
1 parent efd76c8 commit ff00952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/create_channel/create_channel_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ The test network uses the default policies provided by Fabric, which require tha

The `configtxgen` tool reads the channel profiles in the **Profiles** section to build a channel configuration. Each profile uses YAML syntax to gather data from other sections of the file. The `configtxgen` tool uses this configuration to create a genesis block for joining orderers to a new channel via the channel participation API. To learn more about YAML syntax, [Wikipedia](https://en.wikipedia.org/wiki/YAML) provides a good place to get started.

The `configtx.yaml` used by the test network contains one channel profile `TwoOrgsApplicationGenesis`.
The `TwoOrgsApplicationGenesis` profile is used by the test network to create application channels:
The `configtx.yaml` used by the test network contains one channel profile `ChannelUsingRaft`.
The `ChannelUsingRaft` profile is used by the test network to create application channels:
```yaml
ChannelUsingRaft:
<<: *ChannelDefaults
Expand Down

0 comments on commit ff00952

Please sign in to comment.