Skip to content

Instantly share code, notes, and snippets.

@sabbarmehdi
Created July 15, 2021 15:11
Show Gist options
  • Save sabbarmehdi/4e58e96c507052513dd92aa2080a8bdd to your computer and use it in GitHub Desktop.
Save sabbarmehdi/4e58e96c507052513dd92aa2080a8bdd to your computer and use it in GitHub Desktop.
Configure properties to fetch configuration from Github repo
spring.cloud.config.server.git.uri=https://github.com/sabbarmehdi/ApiConfigurationServer
spring.cloud.config.server.git.username=sabbarmehdi
spring.cloud.config.server.git.password=Your_Github_Password
spring.cloud.config.server.git.clone-on-start=true
spring.cloud.config.server.git.default-label=main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment