Skip to content

Instantly share code, notes, and snippets.

@yusufcakal
Created November 27, 2019 20:38
Show Gist options
  • Save yusufcakal/6214bbc97cda8163297e1f07bce8fc4f to your computer and use it in GitHub Desktop.
Save yusufcakal/6214bbc97cda8163297e1f07bce8fc4f to your computer and use it in GitHub Desktop.
config server application.yml file example
spring:
profiles: default
cloud:
config:
server:
git:
uri: http://{baseUrl}/config-server/${CONFIG_GIT_REPO_NAME}.git
clone-on-start: true
username: ${CONFIG_GIT_USERNAME}
password: ${CONFIG_GIT_PASSWORD}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment