|
@@ -676,7 +676,7 @@ info:
|
|
|
version: 1.0.0
|
|
version: 1.0.0
|
|
|
description: D8D Starter项目RESTful API文档
|
|
description: D8D Starter项目RESTful API文档
|
|
|
servers:
|
|
servers:
|
|
|
- - url: http://localhost:3000/api/v1
|
|
|
|
|
|
|
+ - url: http://localhost:8080/api/v1
|
|
|
description: 本地开发环境
|
|
description: 本地开发环境
|
|
|
- url: https://api.example.com/api/v1
|
|
- url: https://api.example.com/api/v1
|
|
|
description: 生产环境
|
|
description: 生产环境
|
|
@@ -890,7 +890,7 @@ pnpm db:reset # 重置数据库
|
|
|
**环境配置**:
|
|
**环境配置**:
|
|
|
```bash
|
|
```bash
|
|
|
# 前端环境变量 (Vite)
|
|
# 前端环境变量 (Vite)
|
|
|
-VITE_API_BASE_URL=http://localhost:3000/api
|
|
|
|
|
|
|
+VITE_API_BASE_URL=http://localhost:8080/api
|
|
|
|
|
|
|
|
# 后端环境变量
|
|
# 后端环境变量
|
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
|