Hardcoded port in yml file

Signed-off-by: Jadin Luong <Jadin.Luong@ibm.com>
This commit is contained in:
Jadin Luong
2021-03-19 10:52:59 -04:00
parent a5aa13c8b9
commit b0042a0f3b

View File

@@ -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: