From f10239501f11ba99c8c958cb9a04c2098b13d999 Mon Sep 17 00:00:00 2001 From: sangminee Date: Sun, 15 Oct 2023 19:51:52 +0900 Subject: [PATCH] =?UTF-8?q?eureka=20=EC=A0=95=EB=B3=B4=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 662d92e..387dda2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,12 +3,12 @@ server: eureka: instance: - hostname: api.gateway + hostname: gateway.studio.i client: register-with-eureka: true fetch-registry: true service-url: - defaultZone: http://52.78.155.253:8761 + defaultZone: http://52.78.155.253:8761/eureka/ spring: application: name: apigateway-service