We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965a6d4 commit 308e26fCopy full SHA for 308e26f
1 file changed
DiscoveryServer/src/main/resources/application.yml
@@ -9,6 +9,6 @@ spring:
9
eureka:
10
client:
11
service-url:
12
- defaultZone: ${EUREKA_SERVER_URL:http://localhost:8761/eureka/}
+ defaultZone: ${EUREKA_EXTERNAL_URL:http://localhost:8761/eureka/}
13
register-with-eureka: false
14
fetch-registry: false
0 commit comments