From 6864cf3395f436b346e0c62647efe98e3f0854a1 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Sun, 27 Oct 2024 16:42:42 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E7=BA=BF=E4=B8=8A=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index eca44b4..2d56a79 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ NODE_ENV = 'production' NEXT_PUBLIC_NODE_ENV = 'production' -NEXT_PUBLIC_HOST = 'http://api.indie.cn' +NEXT_PUBLIC_HOST = 'http://api.indie.cn:9012' # NEXT_PUBLIC_HOST='https://beta.indie.cn' NEXT_PUBLIC_MOBILE_HOST = 'https://m.indie.cn'