Skip to content

Commit 3b35a10

Browse files
authored
fix: http in swagger url (#1646)
Signed-off-by: achmelo <a.chmelo@gmail.com>
1 parent 3bf32a9 commit 3b35a10

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

gateway-service/src/main/resources/application.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,15 @@ server:
292292
apiml:
293293
service:
294294
scheme: http
295-
295+
eureka:
296+
instance:
297+
metadata-map:
298+
apiml:
299+
apiInfo:
300+
- apiId: zowe.apiml.gateway
301+
gatewayUrl: api/v1
302+
swaggerUrl: http://${apiml.service.hostname}:${apiml.service.port}/api-doc
303+
documentationUrl: https://zowe.github.io/docs-site/
296304
---
297305
spring:
298306
profiles: securityFilterchainDebug

0 commit comments

Comments
 (0)