Skip to content

Instantly share code, notes, and snippets.

@ehizman
Created March 10, 2023 13:12
Show Gist options
  • Select an option

  • Save ehizman/9f719e66db8172a7a362a82006834b87 to your computer and use it in GitHub Desktop.

Select an option

Save ehizman/9f719e66db8172a7a362a82006834b87 to your computer and use it in GitHub Desktop.
server.port=8010
spring.application.name=discoveryservice
eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false
eureka.client.serviceUrl.defaultZone=http://localhost:8010/eureka
eureka.instance.ip-address=true
@ehizman
Copy link
Author

ehizman commented Mar 10, 2023

configuration properties for eureka server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment