2 Commits
Author SHA1 Message Date
hz4th_coder 82d063f33f docs: 更新 README 端口为 16040 2026-07-09 17:39:28 +08:00
hz4th_coder b8476b53c6 dev: 开发版端口 16040 2026-07-09 17:37:16 +08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ npm install
npm start
```
服务将在 **端口 16039** 启动。
服务将在 **端口 16040** 启动。
访问地址: http://localhost:16039
访问地址: http://localhost:16040
### systemd 服务(持久运行)
+1 -1
View File
@@ -4,7 +4,7 @@ const path = require('path');
const readline = require('readline');
const app = express();
const PORT = 16039;
const PORT = 16040;
const AGENTS_DIR = '/home/openclaw/.openclaw/agents';
// 静态文件