Skip to content

Instantly share code, notes, and snippets.

@migueldoctor
Created April 2, 2019 13:52
Show Gist options
  • Save migueldoctor/68c4e5ac8fdec7c3233cb7b338661ee9 to your computer and use it in GitHub Desktop.
Save migueldoctor/68c4e5ac8fdec7c3233cb7b338661ee9 to your computer and use it in GitHub Desktop.
Configuration file for spring cloud config server
# HTTP Server
server:
port: 8888
spring:
# Spring Cloud Config Server Repository
cloud:
config:
server:
git:
uri: https://github.com/migueldoctor/SpringCloudConfig-GitRepository
# Spring properties in case you use different profiles
profiles:
active: dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment