Skip to content

Commit

Permalink
docs: update install.md and .env.example with new agent shell URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis2f committed Apr 3, 2024
1 parent 1dd4cc0 commit 7b1ed09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ REDIS_DB="0"

# Server
SERVER_URL="http://localhost:3000"
AGENT_SHELL_URL="http://localhost:3000"
AGENT_SHELL_URL="https://raw.githubusercontent.com/jarvis2f/vortex-agent/main/scripts"
JOB_ENABLED=true

# Payment
Expand Down
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ USDT / USDC 支付配置, 请参考 [Depay](https://depay.com) 的文档。
### 其它

- SERVER_URL={url} # 你的域名,agent 会连接到这个地址
- AGENT_SHELL_URL={url} # agent 的 shell 脚本地址, 可以参考 vortex-agent/scripts/server.py 中的代码,使用 python 启动一个文件服务器,然后将文件放到这个地址内
- AGENT_SHELL_URL={url} # agent 的 shell 脚本地址, 可以参考 vortex-agent/scripts/server.py 中的代码,使用 python 启动一个文件服务器,然后将文件放到这个地址内,或者直接使用 `https://raw.githubusercontent.com/jarvis2f/vortex-agent/main/scripts`

### Umami (可选)

Expand Down

0 comments on commit 7b1ed09

Please sign in to comment.