Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User/zlatnikp/consolidated update #4094

Open
wants to merge 12 commits into
base: v3.x/staging
Choose a base branch
from
10 changes: 5 additions & 5 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,17 +457,17 @@ java:


#-------------------------------------------------------------------------------
# node.js configuration
# Node.js configuration
#
# Some Zowe components requires node.js. Define the path where you have your
# node.js is installed.
# Some Zowe components requires Node.js. Define the path where you have your
# Node.js is installed.
#
# **NOTE**: this field can be updated automatically if you pass `--update-config`
# to `zwe init` command.
#-------------------------------------------------------------------------------
node:
# **COMMONLY_CUSTOMIZED**
# Path to your node.js home directory
# Path to your Node.js home directory
home: ""


Expand Down Expand Up @@ -623,7 +623,7 @@ components:
# # for this HA instance, we did not customize "components", so it will use default value.

# # HA instance ID, we will start 2 instances on LPAR2
# # **NOTE**, we can only start one gateway in same LPAR.
# # **NOTE**, we can only start one Gateway in same LPAR.
# lpar2a:
# # hostname where this instance will be started
# hostname: lpar2.my-company.com
Expand Down
Loading
Loading