Skip to content

Commit 308e26f

Browse files
committed
Feat: Eureka defaultZone 변경
1 parent 965a6d4 commit 308e26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DiscoveryServer/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spring:
99
eureka:
1010
client:
1111
service-url:
12-
defaultZone: ${EUREKA_SERVER_URL:http://localhost:8761/eureka/}
12+
defaultZone: ${EUREKA_EXTERNAL_URL:http://localhost:8761/eureka/}
1313
register-with-eureka: false
1414
fetch-registry: false

0 commit comments

Comments
 (0)