From c0c620dec55f53a37af41c1e4eaafd0b5459b24d Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Thu, 6 Mar 2025 19:00:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20env=20path=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index cfc50e71..797778d9 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -NEXT_PUBLIC_API_SERVER_PATH="http://1.248.227.176:38080" +NEXT_PUBLIC_API_SERVER_PATH="https://dev-api.hanasys.jp" NEXT_PUBLIC_HOST_URL="http://1.248.227.176:4000" diff --git a/.env.production b/.env.production index 381c7264..990adb32 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -NEXT_PUBLIC_API_SERVER_PATH="http://1.248.227.176:38080" +NEXT_PUBLIC_API_SERVER_PATH="https://api.hanasys.jp/" NEXT_PUBLIC_HOST_URL="http://1.248.227.176:4000"