docs: update install.md and .env.example with new agent shell URL

This commit is contained in:
jarvis2f 2024-04-03 09:31:42 +08:00
parent 1dd4cc021c
commit 7b1ed0991d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ REDIS_DB="0"
# Server # Server
SERVER_URL="http://localhost:3000" 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 JOB_ENABLED=true
# Payment # Payment

View File

@ -86,7 +86,7 @@ USDT / USDC 支付配置, 请参考 [Depay](https://depay.com) 的文档。
### 其它 ### 其它
- SERVER_URL={url} # 你的域名agent 会连接到这个地址 - 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 (可选) ### Umami (可选)