Skip to content

Instantly share code, notes, and snippets.

@ThakurPriyanka
Created December 22, 2020 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThakurPriyanka/f5566d9643f34fdc779cd169e551bad1 to your computer and use it in GitHub Desktop.
Save ThakurPriyanka/f5566d9643f34fdc779cd169e551bad1 to your computer and use it in GitHub Desktop.
spring:
application:
name: discovery-server
server:
port: 8761 # default port of discovery server
eureka:
instance:
hostname: localhost
client:
register-with-eurka: false
fetch: false
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment