From b0042a0f3b1164917c6e851f13aef0bf9714b9f6 Mon Sep 17 00:00:00 2001 From: Jadin Luong Date: Fri, 19 Mar 2021 10:52:59 -0400 Subject: [PATCH] Hardcoded port in yml file Signed-off-by: Jadin Luong --- sample-node-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-node-api.yml b/sample-node-api.yml index b5f6876..13f6f4a 100644 --- a/sample-node-api.yml +++ b/sample-node-api.yml @@ -5,7 +5,7 @@ services: description: Sample Node API catalogUiTileId: sample-node-api instanceBaseUrls: - - http://${ZOWE_EXPLORER_HOST}:${GATEWAY_PORT}/ + - http://${ZOWE_EXPLORER_HOST}:18000/ homePageRelativeUrl: # Home page is at the same URL routedServices: - gatewayUrl: api/v1 # [api/ui/ws]/v{majorVersion} @@ -14,8 +14,8 @@ services: - apiId: com.ibm.sample-node-api gatewayUrl: api/v1 version: 1.0.0 - swaggerUrl: http://${ZOWE_EXPLORER_HOST}:${GATEWAY_PORT}/api-docs - documentationUrl: http://${ZOWE_EXPLORER_HOST}:${GATEWAY_PORT}/api-docs-ui + swaggerUrl: http://${ZOWE_EXPLORER_HOST}:18000/api-docs + documentationUrl: http://${ZOWE_EXPLORER_HOST}:18000/api-docs-ui catalogUiTiles: sample-node-api: