feta:优化流畅度

This commit is contained in:
2025-12-29 15:52:50 +08:00
parent abcbe3cddc
commit 67025a4865
20 changed files with 337 additions and 175 deletions

View File

@@ -546,7 +546,7 @@ key = hash(
后端 `.env`
- `APP_ENV=dev`
- `API_HOST=0.0.0.0`
- `API_PORT=8000`
- `API_PORT=8030`
- `DATABASE_URL=postgresql+asyncpg://user:pass@db:5432/app`
- `REDIS_URL=redis://redis:6379/0`
- `LLM_PROVIDER=openai|...`
@@ -557,7 +557,7 @@ key = hash(
- `RATE_LIMIT_PER_MINUTE=60`
前端 `.env.local`
- `NEXT_PUBLIC_API_BASE_URL=http://localhost:8000`
- `NEXT_PUBLIC_API_BASE_URL=http://localhost:8030`
---