From a9ff5ceabe631e978ad38752214b94e7444f4421 Mon Sep 17 00:00:00 2001
From: Fernando Ferreira de Lima Filho <fferreiralf@ufrn.edu.br>
Date: Wed, 20 Jul 2022 12:21:02 -0300
Subject: [PATCH] atualizar

---
 account-service.yml | 2 +-
 client-service.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/account-service.yml b/account-service.yml
index 3d73d5b..4605b3a 100644
--- a/account-service.yml
+++ b/account-service.yml
@@ -5,4 +5,4 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://eureka-service:8761/eureka/
\ No newline at end of file
+      defaultZone: http://service-registration-and-discovery-service:8761/eureka/
\ No newline at end of file
diff --git a/client-service.yml b/client-service.yml
index c8a545f..5a77d81 100644
--- a/client-service.yml
+++ b/client-service.yml
@@ -5,4 +5,4 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://eureka-service:8761/eureka/
\ No newline at end of file
+      defaultZone: http://service-registration-and-discovery-service:8761/eureka/
\ No newline at end of file
-- 
GitLab