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