We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380d502 commit 4bf7345Copy full SHA for 4bf7345
api-gateway/src/main/resources/application.yml
@@ -59,8 +59,8 @@ eureka:
59
register-with-eureka: true
60
fetch-registry: true
61
service-url:
62
- defaultZone: http://localhost:8761/eureka/
63
- #defaultZone: http://service-registry:8761/eureka/
+ # defaultZone: http://localhost:8761/eureka/
+ defaultZone: http://service-registry:8761/eureka/
64
instance:
65
hostname: service-registry
66
api-gateway/src/main/resources/bootstrap.yml
@@ -2,4 +2,4 @@ spring:
2
cloud:
3
config:
4
enabled: true
5
- uri: http://localhost:9296
+ uri: http://config-server:9296
0 commit comments