zowe:
environments:
ZSS_PORT: 1234
ZWE_components_zss_port: 5678
# ZWE_components_zss_port: "this value is not schema validated"
components:
zss:
port: 9999
What is the zss port?
Notes:
ZSS_PORT is used somewhere in app-server.
- There is no schema validation for env exactly corresponding to key (see commented example)
What is the
zssport?Notes:
ZSS_PORTis used somewhere inapp-server.