Skip to content

Commit

Permalink
fix for transform service in Zowe installation (#327)
Browse files Browse the repository at this point in the history
* fix for Zowe transform service

Signed-off-by: janda06 <david.janda@broadcom.com>

* Added description of properties

Signed-off-by: janda06 <david.janda@broadcom.com>

* Lost Typos ep.02

Signed-off-by: janda06 <david.janda@broadcom.com>
  • Loading branch information
jandadav authored and Ilkin committed Jul 24, 2019
1 parent d5d2ad3 commit 04a080a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,20 @@ apiml:
service:
# The `apiml.service` node contains information required by any APIML service
id: gateway # Service ID of this service. It is fixed for APIML API Gateway
hostname: localhost # Hostname that is advertised in Eureka. Default is valid only for localhost
hostname: localhost # Hostname that is advertised in Eureka. Contains the actual hostname of the instance.
# Default is valid only for localhost
port: 10010 # Default port name for gateway service
ipAddress: 127.0.0.1 # IP address that is advertised in Eureka. Default is valid only for localhost
scheme: https # "https" or "http"
preferIpAddress: false
gateway:
# The `apiml.gateway` node contains gateway-service only configuration
hostname: localhost # The hostname for other services to access the gateway
hostname: ${apiml.service.hostname} # The hostname for other services to access the gateway. For example Catalog uses
# for transforming the URLs in DVIPA mode.
# In Zowe, this is the same as apiml.service.hostname. Zowe has one Gateway
# and is all run from single host.
# In Brightside, this holds the DVIPA address and is overridden in PARMLIB to work
# properly.
timeoutMillis: 30000 # Timeout for connection to the services
security:
ssl:
Expand Down

0 comments on commit 04a080a

Please sign in to comment.