Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Fix capabilities (#110)
Browse files Browse the repository at this point in the history
Added capibilities into profile section

closes #108

Signed-off-by: Caroline Fletcher <caroline.fletcher@uk.ibm.com>
  • Loading branch information
cazfletch authored May 1, 2019
1 parent 79e7d3e commit c2d14bb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions generators/network/templates/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ Profiles:
<<: *OrdererDefaults
Organizations:
- *OrdererOrg
Capabilities:
<<: *OrdererCapabilities
Consortiums:
SampleConsortium:
Organizations:
Expand All @@ -187,4 +189,6 @@ Profiles:
<<: *ApplicationDefaults
Organizations:
- *Org1
Capabilities:
<<: *ApplicationCapabilities

32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-fabric",
"version": "0.0.28",
"version": "0.0.29",
"description": "Yeoman generator for Hyperledger Fabric",
"main": "generators/app/index.js",
"scripts": {
Expand Down

0 comments on commit c2d14bb

Please sign in to comment.