Skip to content

Instantly share code, notes, and snippets.

@jaocamp
Last active July 21, 2017 21:02
Show Gist options
  • Save jaocamp/84eb14805f9259df08ebeb6d34293e6a to your computer and use it in GitHub Desktop.
Save jaocamp/84eb14805f9259df08ebeb6d34293e6a to your computer and use it in GitHub Desktop.
Configuração da aplicação Delivery Eureka Server
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