Created
March 10, 2023 13:12
-
-
Save ehizman/9f719e66db8172a7a362a82006834b87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
configuration properties for eureka server