Skip to content

Instantly share code, notes, and snippets.

@migueldoctor
Created May 8, 2019 16:06
Show Gist options
  • Save migueldoctor/e8873bfb06ce8533fe3075ef1529b2fe to your computer and use it in GitHub Desktop.
Save migueldoctor/e8873bfb06ce8533fe3075ef1529b2fe to your computer and use it in GitHub Desktop.
#Application Name
spring:
application:
name: eureka-server # This is the name for the remote configuration file
cloud:
config:
uri: http://localhost:8888 #where the config-service is running
fail-fast: true #the service will not run if it can't reach the config-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment