Commit 9016c695 by Jason Song

preferIpAddress

parent 9e6aa021
eureka:
instance:
hostname: ${hostname:localhost}
preferIpAddress: true
client:
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck:
enabled: true
ctrip:
eureka:
dev: ${ctrip_eureka_dev}
fat: ${ctrip_eureka_fat}
uat: ${ctrip_eureka_uat}
pro: ${ctrip_eureka_pro}
\ No newline at end of file
......@@ -7,10 +7,3 @@ eureka:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck:
enabled: true
ctrip:
eureka:
dev: ${ctrip_eureka_dev}
fat: ${ctrip_eureka_fat}
uat: ${ctrip_eureka_uat}
pro: ${ctrip_eureka_pro}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment