From 7b1ed0991de76c355c58cbf0ee8d9d86259a9327 Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:31:42 +0800 Subject: [PATCH] docs: update install.md and .env.example with new agent shell URL --- .env.example | 2 +- doc/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 821cfb3..c33fbdd 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/doc/install.md b/doc/install.md index 0568560..7d3b94e 100644 --- a/doc/install.md +++ b/doc/install.md @@ -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 (可选)