From ea47f0daa932ef7b6bb15c0be0b9512c5f955eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dhji=28=EC=A7=80=EB=8C=80=ED=95=9C=29?= Date: Mon, 24 Jun 2024 18:10:32 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20prod=20=ED=99=98=EA=B2=BD=20=EC=85=8B?= =?UTF-8?q?=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/http-client.env.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/http-client.env.json b/http/http-client.env.json index bf85d2ec..4b5d8f2d 100644 --- a/http/http-client.env.json +++ b/http/http-client.env.json @@ -4,7 +4,7 @@ "wsHost": "ws://localhost:8001" }, "prod": { - "appHost": "http://localhost:8080", - "wsHost": "ws://localhost:8001" + "appHost": "http://121.190.193.50:6081", + "wsHost": "ws://121.190.193.50:6082" } }