Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,12 @@ zowe:
# # Example of a global environment variable for all components
# MY_ENV_VAR: my_env_val

# # Another example to customize SSH port for VT Terminal Desktop app
# # To customize SSH port for VT Terminal Desktop app
# ZWED_SSH_PORT: 22
# ZWED_TN3270_PORT: 23

# # To customize port and protocol for TN3270 Desktop app
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have documented those variables here:
https://docs.zowe.org/stable/user-guide/mvd-3270/

Maybe we can update that chapter or provide better examples there.

# ZWED_TN3270_PORT: 992
# ZWED_TN3270_SECURITY: "tls"

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# You can define any Zowe message portions to be checked for and the message added to the
Expand Down
4 changes: 2 additions & 2 deletions pswi/scripts/base_diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
< runtimeDirectory: ""
---
> runtimeDirectory: "/tmp"
425c425
428c428
< home: ""
---
> home: "#delete_me#"
441c441
444c444
< home: ""
---
> home: "#delete_me#"
7 changes: 5 additions & 2 deletions workflows/files/ZWEAMLCF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,12 @@ echo ' # environments:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # Example of a global environment variable for all components' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # MY_ENV_VAR: my_env_val' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo '' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # Another example to customize SSH port for VT Terminal Desktop app' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # To customize SSH port for VT Terminal Desktop app' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_SSH_PORT: 22' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_TN3270_PORT: 23' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo '' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # To customize port and protocol for TN3270 Desktop app' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_TN3270_PORT: 992' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_TN3270_SECURITY: "tls"' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo '' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # You can define any Zowe message portions to be checked for and the message added to the' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
Expand Down
7 changes: 5 additions & 2 deletions workflows/files/ZWECONF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1792,9 +1792,12 @@ echo ' # environments:' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # Example of a global environment variable for all components' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # MY_ENV_VAR: my_env_val' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo '' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # Another example to customize SSH port for VT Terminal Desktop app' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # To customize SSH port for VT Terminal Desktop app' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_SSH_PORT: 22' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_TN3270_PORT: 23' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo '' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # # To customize port and protocol for TN3270 Desktop app' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_TN3270_PORT: 992' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # ZWED_TN3270_SECURITY: "tls"' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo '' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
echo ' # You can define any Zowe message portions to be checked for and the message added to the' >> "${instance-zowe_runtimeDirectory}/zowe.yaml"
Expand Down
Loading