From 95ee67ad26a866b404e00bb96dec7e6f58f38ebe Mon Sep 17 00:00:00 2001
From: Fernando Ferreira de Lima Filho <fferreiralf@ufrn.edu.br>
Date: Tue, 28 Jun 2022 19:08:09 -0300
Subject: [PATCH] client service

---
 account-service.yml | 6 ------
 auth-service.yml    | 6 ------
 client-service.yml  | 5 +----
 3 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/account-service.yml b/account-service.yml
index d154f74..04f1cda 100644
--- a/account-service.yml
+++ b/account-service.yml
@@ -1,10 +1,4 @@
-eureka:
-  client:
-    service-url:
-      defaultZone: http://eureka-service:8761/eureka/
 spring:
-  application:
-    name: account-service
   data:
     mongodb:
       uri: mongodb://mongo-db-account:27017/db
\ No newline at end of file
diff --git a/auth-service.yml b/auth-service.yml
index 0665063..8c55d9f 100644
--- a/auth-service.yml
+++ b/auth-service.yml
@@ -1,10 +1,4 @@
-eureka:
-  client:
-    service-url:
-      defaultZone: http://eureka-service:8761/eureka/
 spring:
-  application:
-    name: auth-service
   data:
     mongodb:
       uri: mongodb://mongo-db-auth:27015/db
\ No newline at end of file
diff --git a/client-service.yml b/client-service.yml
index 89d2b90..e525628 100644
--- a/client-service.yml
+++ b/client-service.yml
@@ -1,7 +1,4 @@
-eureka:
-  client:
-    service-url:
-      defaultZone: http://eureka-service:8761/eureka/
+spring:
   data:
     mongodb:
       uri: mongodb://mongo-db-client:27017/db
-- 
GitLab