Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82d063f33f | ||
|
|
b8476b53c6 |
@@ -25,9 +25,9 @@ npm install
|
|||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
服务将在 **端口 16039** 启动。
|
服务将在 **端口 16040** 启动。
|
||||||
|
|
||||||
访问地址: http://localhost:16039
|
访问地址: http://localhost:16040
|
||||||
|
|
||||||
### systemd 服务(持久运行)
|
### systemd 服务(持久运行)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ const path = require('path');
|
|||||||
const readline = require('readline');
|
const readline = require('readline');
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = 16039;
|
const PORT = 16040;
|
||||||
const AGENTS_DIR = '/home/openclaw/.openclaw/agents';
|
const AGENTS_DIR = '/home/openclaw/.openclaw/agents';
|
||||||
|
|
||||||
// 静态文件
|
// 静态文件
|
||||||
|
|||||||
Reference in New Issue
Block a user