Skip to content

Commit

Permalink
fix(supply-chain-app): enable cockpit in supply-chain
Browse files Browse the repository at this point in the history
Resolves hyperledger-cacti#1622

Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
  • Loading branch information
elenaizaguirre committed Dec 3, 2021
1 parent 45c4a69 commit 24fe254
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ export class SupplyChainApp {
properties.configFile = "";
properties.apiPort = addressInfoApi.port;
properties.apiHost = addressInfoApi.address;
properties.cockpitEnabled = true;
properties.cockpitHost = addressInfoCockpit.address;
properties.cockpitPort = addressInfoCockpit.port;
properties.grpcPort = 0; // TODO - make this configurable as well
Expand Down

0 comments on commit 24fe254

Please sign in to comment.