更新文件结构,统一文档格式
This commit is contained in:
@@ -86,7 +86,7 @@ docker-compose up mysql redis rabbitmq
|
||||
**.env.development** (开发环境):
|
||||
```
|
||||
VITE_APP_TITLE=结伴客后台管理系统(开发)
|
||||
VITE_API_BASE_URL=http://localhost:3000
|
||||
VITE_API_BASE_URL=https://api.jiebanke.com/api/v1
|
||||
VITE_APP_VERSION=dev
|
||||
```
|
||||
|
||||
@@ -130,8 +130,8 @@ environment:
|
||||
## 健康检查
|
||||
|
||||
系统提供健康检查端点:
|
||||
- 前端: `http://localhost:80/health`
|
||||
- 后端: `http://localhost:3000/health`
|
||||
- 前端: `https://admin.jiebanke.com/health`
|
||||
- 后端: `https://api.jiebanke.com/health`
|
||||
|
||||
## 监控和日志
|
||||
|
||||
|
||||
Reference in New Issue
Block a user