From 67460685e87fb8860e663f30389ec190e2b7d465 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 26 May 2026 02:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.env.production=EF=BC=9ACI?= =?UTF-8?q?=20=E6=9E=84=E5=BB=BA=E6=97=B6=E5=8F=AF=E8=AF=BB=E5=8F=96=20NEX?= =?UTF-8?q?T=5FPUBLIC=20=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.production | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/.env.production diff --git a/frontend/.env.production b/frontend/.env.production new file mode 100644 index 00000000..76036db1 --- /dev/null +++ b/frontend/.env.production @@ -0,0 +1,5 @@ +NEXT_PUBLIC_SUPABASE_URL=https://bttgfgupldyowkdhriqb.supabase.co +NEXT_PUBLIC_SUPABASE_ANON_KEY=sb_publishable_1z0DR7nZ1Juf_HGTASA8WA_uxcHJnby +NEXT_PUBLIC_SITE_URL=https://polyweather.top +NEXT_PUBLIC_POLYWEATHER_API_BASE_URL=https://api.polyweather.top +NEXT_PUBLIC_POLYWEATHER_LOCAL_FULL_ACCESS=false