Created
March 30, 2021 19:23
-
-
Save bhaskar253/0c6a3946d13fee89fcdcf65100cf69dc to your computer and use it in GitHub Desktop.
Common Configuration for microservice
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
eureka: | |
client: | |
register-with-eureka: true | |
fetch-registry: true | |
service-url: | |
defaultZone: http://localhost:8761/eureka/ | |
instance: | |
hostname: localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment