Skip to content

Instantly share code, notes, and snippets.

@tasdemirbahadir
Last active January 14, 2020 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdemirbahadir/c32514f6373736c99d8507089de73e8b to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/c32514f6373736c99d8507089de73e8b to your computer and use it in GitHub Desktop.
cncm-spring-cloud-config-server.properties
server.port=8888
spring.cloud.config.server.git.uri=ssh://localhost/config-repo
spring.cloud.config.server.git.clone-on-start=true
spring.security.user.name=root
spring.security.user.password=s3cr3t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment