Last active
July 21, 2017 21:02
-
-
Save jaocamp/84eb14805f9259df08ebeb6d34293e6a to your computer and use it in GitHub Desktop.
Configuração da aplicação Delivery Eureka Server
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: 9091 | |
eureka: | |
instance: | |
hostname: localhost | |
client: | |
registerWithEureka: true | |
fetchRegistry: false | |
serviceUrl: | |
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ | |
server: | |
wait-time-in-ms-when-sync-empty: 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment