Created
February 25, 2020 00:55
-
-
Save thinkmicroservices/c22df3d91b1e39bd5c2de244f7a38953 to your computer and use it in GitHub Desktop.
discovery-service:bootstrap.yml
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
spring: | |
application: | |
name: DISCOVERY-SERVICE | |
cloud: | |
config: | |
fail-fast: true | |
retry: | |
max-attempts: 10 | |
initial-interval: 1500 | |
multiplier: 1.5 | |
uri: http://localhost:8888 | |
username: think | |
password: microservices | |
profiles: | |
active: dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment