From 21ade1bbc993ec6715e98c6c45d9a9fb2f04c87d Mon Sep 17 00:00:00 2001 From: sangminee Date: Sun, 15 Oct 2023 19:48:33 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3892dfc..95516a0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,7 +3,7 @@ server: eureka: instance: - hostname: gateway.studio.i + hostname: api.gateway client: register-with-eureka: true fetch-registry: true