Skip to content

Commit

Permalink
Merge branch 'v2.x/staging' into ReadmeUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva-Kanherkar authored Aug 7, 2024
2 parents 62a8114 + 497eaef commit 3737c95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions defaults/serverConfig/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ components:
return zowe.externalDomains[0] } };
a() }}'
discoveryUrls: '${{ function a() {
if (process.env.ZWE_RUN_IN_CONTAINER=="true" && process.env.ZWE_GATEWAY_HOST) {
return ["https://"+process.env.ZWE_GATEWAY_HOST+":"+components.discovery.port+"/eureka/"];
} else if (process.env.ZWE_DISCOVERY_SERVICES_LIST) {
if (process.env.ZWE_DISCOVERY_SERVICES_LIST) {
return process.env.ZWE_DISCOVERY_SERVICES_LIST.split(",");
} else {
return ["https://"+zowe.externalDomains[0]+":"+components.discovery.port+"/eureka/"] } };
Expand Down

0 comments on commit 3737c95

Please sign in to comment.