From 690703d2dc5327f8290b4f0929eaed86ec2dd0fb Mon Sep 17 00:00:00 2001 From: fadeaway Date: Sun, 28 Apr 2024 23:15:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 81c7b14..51b924d 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,3 @@ # NEXT_PUBLIC_HOST = 'http://39.103.180.196:9012' -NEXT_PUBLIC_HOST = 'http://api.indie.cn:9012' \ No newline at end of file +# NEXT_PUBLIC_HOST = 'http://api.indie.cn:9012' +NEXT_PUBLIC_HOST = 'https://api.indie.cn' \ No newline at end of file diff --git a/.env.production b/.env.production index 9a6a1ff..312d61c 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -NEXT_PUBLIC_HOST = 'http://api.indie.cn:9012' \ No newline at end of file +NEXT_PUBLIC_HOST = 'https://api.indie.cn' \ No newline at end of file