diff --git a/configserver-bootstrap/src/main/resources/bootstrap.yml b/configserver-bootstrap/src/main/resources/bootstrap.yml index 6d0b26e..fd64c41 100644 --- a/configserver-bootstrap/src/main/resources/bootstrap.yml +++ b/configserver-bootstrap/src/main/resources/bootstrap.yml @@ -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/ \ No newline at end of file + searchLocations: /tmp/