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=*