Skip to content

Commit

Permalink
Merge pull request #310 from zowe/v2.x/rc
Browse files Browse the repository at this point in the history
Merge Rc with staging
  • Loading branch information
1000TurquoisePogs authored Aug 5, 2024
2 parents 267b7bd + 62e47a6 commit 497eaef
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 497eaef

Please sign in to comment.