Skip to content
Snippets Groups Projects
Commit 8612a24d authored by Maciej Szarlinski's avatar Maciej Szarlinski
Browse files

closes #22 Making switching easier between github and local repository

parent ae7a717c
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,11 @@ spring:
server:
git:
uri: https://github.com/spring-petclinic/spring-petclinic-microservices-config
# Uncomment for local configuration repository:
# uri: file:///${GIT_REPO}
---
spring:
profiles: local
cloud:
config:
server:
git:
uri: file:///${GIT_REPO}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment