File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
api-catalog-services/src/main/resources
discovery-service/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ server:
96
96
97
97
eureka :
98
98
instance :
99
+ instanceId : ${apiml.service.hostname}:${apiml.service.id}:${apiml.service.port}
99
100
hostname : ${apiml.service.hostname}
100
101
statusPageUrlPath : ${apiml.service.scheme}://${apiml.service.hostname}:${apiml.service.port}${apiml.service.contextPath}/application/info
101
102
healthCheckUrl : ${apiml.service.scheme}://${apiml.service.hostname}:${apiml.service.port}${apiml.service.contextPath}/application/health
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ server:
56
56
57
57
eureka :
58
58
instance :
59
+ instanceId : ${apiml.service.hostname}:${apiml.service.id}:${apiml.service.port}
59
60
hostname : ${apiml.service.hostname}
60
61
ipAddress : ${apiml.service.ipAddress}
61
62
port : ${server.port}
You can’t perform that action at this time.
0 commit comments