From 4b5f4d7c2090ce8b6da875d2947fdf405c7abf0f Mon Sep 17 00:00:00 2001 From: slavisa-baeldung Date: Thu, 4 Aug 2016 06:40:17 +0200 Subject: [PATCH] BAEL-90 - versioned config --- .../client/src/main/resources/bootstrap.properties | 2 +- .../server/src/main/resources/application.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-config/client/src/main/resources/bootstrap.properties b/spring-cloud-config/client/src/main/resources/bootstrap.properties index 18982a93b5..c9c453fa76 100644 --- a/spring-cloud-config/client/src/main/resources/bootstrap.properties +++ b/spring-cloud-config/client/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ spring.application.name=config-client spring.profiles.active=development -spring.cloud.config.uri=http://localhost:8888 +spring.cloud.config.uri=http://localhost:8899 spring.cloud.config.username=root spring.cloud.config.password=s3cr3t diff --git a/spring-cloud-config/server/src/main/resources/application.properties b/spring-cloud-config/server/src/main/resources/application.properties index 28213f3cbb..6471a3758a 100644 --- a/spring-cloud-config/server/src/main/resources/application.properties +++ b/spring-cloud-config/server/src/main/resources/application.properties @@ -1,5 +1,5 @@ -server.port=8888 -spring.cloud.config.server.git.uri=https://github.com/eugenp/tutorials +server.port=8899 +spring.cloud.config.server.git.uri=file:///C:/projects/baeldung/tutorials/spring-cloud-config/versioned-config spring.cloud.config.server.git.clone-on-start=false security.user.name=root security.user.password=s3cr3t