Merge remote-tracking branch 'upstream/main' into reinlooptest
This commit is contained in:
@@ -49,14 +49,14 @@ $env:B_ADMIN_TOKEN="your-admin-token"
|
||||
npm start
|
||||
```
|
||||
|
||||
默认服务地址为 `http://127.0.0.1:3000`,健康检查为 `http://127.0.0.1:3000/health`。业务请求可使用根路径或 `/api`。跨设备部署时,应使用服务器局域网 IP 或 HTTPS 域名,而不是 `127.0.0.1`。
|
||||
默认服务地址为 `http://127.0.0.1:3000`,健康检查为 `http://127.0.0.1:3000/health`。业务请求统一使用根路径。跨设备部署时,应使用服务器局域网 IP 或 HTTPS 域名,而不是 `127.0.0.1`。
|
||||
|
||||
### ControlPanel
|
||||
|
||||
```powershell
|
||||
cd ControlPanel
|
||||
npm install
|
||||
$env:REINLOOP_API_URL="http://server-address:3000/api"
|
||||
$env:REINLOOP_API_URL="http://server-address:3000"
|
||||
$env:B_ADMIN_TOKEN="your-admin-token"
|
||||
npm run gui
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user