Skip to content

Commit

Permalink
remove hardcoded HZN_MGMT_HUB_CERT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
playground committed Jan 25, 2023
1 parent 3586627 commit 7e21e23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common/src/interface/hzn-model.js

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

2 changes: 1 addition & 1 deletion build/common/src/interface/hzn-model.js.map

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": "hzn-cli",
"version": "0.4.19",
"version": "0.4.20",
"description": "Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments",
"main": "./build/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/src/interface/hzn-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const HorizonTemplate = {
"HZN_NODE_ID": "",
"HZN_AGBOT_URL": "",
"HZN_SDO_SVC_URL": "",
"HZN_MGMT_HUB_CERT_PATH": "/var/agent-install.crt",
"HZN_MGMT_HUB_CERT_PATH": "",
"HZN_AGENT_PORT": ""
}
export const HorizonKeyMap = {
Expand Down

0 comments on commit 7e21e23

Please sign in to comment.