From 133d341605b71468be34928869d803bb6c17cf47 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 20 May 2026 20:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.env.example=20=E5=8F=8D?= =?UTF-8?q?=E6=98=A0=E5=9F=8B=E7=82=B9=E9=BB=98=E8=AE=A4=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 638970ec..1541a4ec 100644 --- a/.env.example +++ b/.env.example @@ -114,8 +114,9 @@ NEXT_PUBLIC_POLYWEATHER_DISABLE_EAGER_SUMMARIES=false # bypass Vercel Functions / Fluid Compute instead of going through Next.js API proxies. # Example: NEXT_PUBLIC_POLYWEATHER_API_BASE_URL=https://api.example.com NEXT_PUBLIC_POLYWEATHER_API_BASE_URL= -# Set to "true" to enable app analytics event tracking (conversion funnel etc.) -NEXT_PUBLIC_POLYWEATHER_APP_ANALYTICS=false +# Set to "false" to disable app analytics event tracking (conversion funnel etc.) +# Default: enabled. Only set this if you need to opt out. +NEXT_PUBLIC_POLYWEATHER_APP_ANALYTICS=true ######################################## # 7) Admin / Ops