Skip to content

Research: what is order/rule/behavior when YAML key and corresponding env is used #4814

Description

@Martin-Zeithaml
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:

  1. ZSS_PORT is used somewhere in app-server.
  2. There is no schema validation for env exactly corresponding to key (see commented example)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions