Reverting changes made which point to a local git repo
This commit is contained in:
@@ -6,13 +6,7 @@ spring:
|
||||
server:
|
||||
bootstrap: true
|
||||
git:
|
||||
uri: file://${HOME}/dev/demo/config-repo
|
||||
encrypt:
|
||||
failOnError: false
|
||||
keyStore:
|
||||
location: classpath:keystore.jks
|
||||
password: ${KEYSTORE_PASSWORD:foobar} # don't use a default in production
|
||||
alias: test
|
||||
uri: https://github.com/spring-cloud-samples/config-repo
|
||||
|
||||
---
|
||||
spring:
|
||||
@@ -21,4 +15,4 @@ spring:
|
||||
config:
|
||||
server:
|
||||
native:
|
||||
searchLocations: /tmp/
|
||||
searchLocations: /tmp/
|
||||
|
||||
Reference in New Issue
Block a user