Skip to content

Instantly share code, notes, and snippets.

@dspies
Last active January 22, 2016 22:00
server.port= 8888
# This is only for development purposes, using a local git repo is not intended for production
spring.cloud.config.server.git.uri= file://${HOME}/projects/config
server:
port: 8888
# This is only for development purposes, using a local git repo is not intended for production
spring:
cloud:
config:
server:
git:
uri: file://${HOME}/projects/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment