Skip to content

Commit

Permalink
Remove arrays that are unique
Browse files Browse the repository at this point in the history
This avoids schema failure

Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored May 16, 2024
1 parent bbe30a5 commit 7c7977d
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions files/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,6 @@ zowe:
# This is an ID that can be used by servers that distinguish their cookies from unrelated Zowe installs,
# for purposes such as to allow multiple copies of Zowe to be used within the same client
cookieIdentifier: "1"

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

# You can list your external domains on how you want to access Zowe.
# This should be the domain list you would like to put into your web browser's
# address bar.
externalDomains:
# this should be the domain name to access Zowe APIML Gateway
- "${{ zos.resolveSymbol('&SYSNAME') }}"

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# This is the port you use to access Zowe Gateway from your web browser.
Expand All @@ -172,32 +163,6 @@ zowe:
# some use cases, like containerization, this port could be different.
externalPort: 7554

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# You can define any Zowe message portions to be checked for and the message added to the
# system log upon its logging, truncated to 126 characters.
#sysMessages:
# # Zowe starting
# - "ZWEL0021I"
# # Zowe started
# - "ZWEL0018I"
# - "ZWEL0006I"
# # Zowe ready to use
# - "ZWES1601I"
# # Zowe stopping
# - "ZWEL0008I"
# # Zowe stopped
# - "ZWEL0022I"
# # Zowe components starting
# - "ZWEL0001I"
# # Zowe components stopped
# - "ZWEL0002I"
# # API ML components ready
# - "ZWEAM000I"
# # App server ready
# - "ZWED0031I"
# # ZSS ready
# - "ZWES1013I"

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Enable debug mode for Zowe launch scripts
launchScript:
Expand Down

0 comments on commit 7c7977d

Please sign in to comment.