feta:优化流畅度
This commit is contained in:
@@ -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`
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user