From c5fd90e69cd2bf6780e9f6d30577bb671f63b0ab Mon Sep 17 00:00:00 2001
From: Antoine Rey <antoine.rey@gmail.com>
Date: Mon, 12 Nov 2018 14:40:20 +0100
Subject: [PATCH] Remove configuration hosted by the Config Server

---
 .../src/main/resources/application.properties                   | 2 --
 .../src/main/resources/application.properties                   | 1 -
 .../src/main/resources/application.properties                   | 1 -
 3 files changed, 4 deletions(-)

diff --git a/spring-petclinic-customers-service/src/main/resources/application.properties b/spring-petclinic-customers-service/src/main/resources/application.properties
index e6bce2eb..e69de29b 100644
--- a/spring-petclinic-customers-service/src/main/resources/application.properties
+++ b/spring-petclinic-customers-service/src/main/resources/application.properties
@@ -1,2 +0,0 @@
-server.port=0
-logging.level.org.springframework=INFO
diff --git a/spring-petclinic-vets-service/src/main/resources/application.properties b/spring-petclinic-vets-service/src/main/resources/application.properties
index 50072a6e..68f17e80 100644
--- a/spring-petclinic-vets-service/src/main/resources/application.properties
+++ b/spring-petclinic-vets-service/src/main/resources/application.properties
@@ -1,3 +1,2 @@
-server.port=0
 spring.profiles.active=production
 spring.cache.cache-names=vets
diff --git a/spring-petclinic-visits-service/src/main/resources/application.properties b/spring-petclinic-visits-service/src/main/resources/application.properties
index cbe617ef..e69de29b 100644
--- a/spring-petclinic-visits-service/src/main/resources/application.properties
+++ b/spring-petclinic-visits-service/src/main/resources/application.properties
@@ -1 +0,0 @@
-server.port=0
-- 
GitLab