Skip to content

Commit

Permalink
Merge pull request #4096 from zowe/user/melvl01/external-Domains
Browse files Browse the repository at this point in the history
Fixed #4074
  • Loading branch information
MarkAckert authored Dec 2, 2024
2 parents 6476a4b + 98fd935 commit b010f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workflows/files/ZWECONF.properties
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ zowe_job_prefix=ZWE1

# zowe_externalDomains
# Label: Zowe external domains
# Abstract: The domain name of your Dynamic VIP Address (DVIPA)
# Abstract: The list of external domains
# Category: zowe
# Description:
# The domain name of your Dynamic VIP Address (DVIPA)
# Defines a list of external domains that will be used by the Zowe instance.
zowe_externalDomains=sample-domain.com

# zowe_externalPort
Expand Down
4 changes: 2 additions & 2 deletions workflows/files/ZWECONF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ It is used by ZWESLSTC or by zwe command</description>
</variable>
<variable name="zowe_externalDomains" scope="instance" visibility="public">
<label>Zowe external domains</label>
<abstract>The domain name of your Dynamic VIP Address (DVIPA)</abstract>
<description>The domain name of your Dynamic VIP Address (DVIPA)</description>
<abstract>The list of external domains</abstract>
<description>Defines a list of external domains that will be used by the Zowe instance.</description>
<category>zowe</category>
<string valueMustBeChoice="false" multiLine="true">
<!-- Put validation here -->
Expand Down

0 comments on commit b010f54

Please sign in to comment.