Skip to content

Commit

Permalink
modify default eureka server url
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongEr committed Oct 8, 2018
1 parent d61ad71 commit f6ff0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/
defaultZone: http://localhost:8762/eureka/

server:
tomcat:
Expand Down Expand Up @@ -63,4 +63,4 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
timeoutInMilliseconds: 60000

0 comments on commit f6ff0b9

Please sign in to comment.