From f390d5de36a69c668987bfe4740bdfe061ddb348 Mon Sep 17 00:00:00 2001 From: tbphp Date: Sat, 5 Jul 2025 10:38:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index f4e439d..adf6d4b 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,9 @@ HOST=0.0.0.0 # 认证配置 AUTH_KEY=sk-123456 +# 应用地址 +APP_URL=http://localhost:3000 + # CORS配置 ENABLE_CORS=true ALLOWED_ORIGINS=*