From 6c35ec4170ce7482e5b1503e4ce0a75c094b5090 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Mon, 1 Apr 2024 14:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E5=8A=A0=E5=85=A5Google=20analysis=E3=80=81M?= =?UTF-8?q?icrosoft=20Clarity=E7=9A=84=E7=9B=B8=E5=85=B3=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8ab998c..e833a7a 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,7 @@ SITE_TITLE= # 网站标题 REGISTRATION_ENABLED= # 是否启用注册功能[boolean] DOMAIN= # 网站域名 + # 数据库配置 DB_HOST=localhost:3306 # 数据库地址 DB_NAME=yii2basic # 数据库名 @@ -21,4 +22,12 @@ COOKIE_VALIDATION_KEY= # Cookie Validation Key # IP地理位置配置 ENABLE_IPINFO= # 是否启用ipinfo.io [boolean] -IPINFO_TOKEN= # ipinfo.io token \ No newline at end of file +IPINFO_TOKEN= # ipinfo.io token + +# Microsoft Clarity +CLARITY_ENABLED= # 是否启用Microsoft Clarity[boolean] +CLARITY_ID= # Microsoft Clarity Project ID + +# Google Analytics +GA_ENABLED= # 是否启用Google Analytics[boolean] +GA_ID= # Google Analytics Tracking ID \ No newline at end of file