Skip to content

Instantly share code, notes, and snippets.

@odedia
Created November 19, 2017 19:44
Show Gist options
  • Select an option

  • Save odedia/213f70aa6b9eed2d1277b78079f8684a to your computer and use it in GitHub Desktop.

Select an option

Save odedia/213f70aa6b9eed2d1277b78079f8684a to your computer and use it in GitHub Desktop.
spring:
application:
name: configserver
cloud:
config:
server:
git:
uri: https://github.com/odedia/spring-session-sample-config-repo.git
eureka:
instance:
preferIpAddress: true
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://localhost:8761/eureka
server:
port: 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment