From a4c6946d13c06db57bed1a32af157305e23f3741 Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 26 Jan 2026 16:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=96=87=E4=BB=B6=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E9=87=8D=E5=90=8D=E5=90=8D=E4=B8=BAsample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env => .env.sample | 0 .env.tools => .env.tools.sample | 0 README.md | 2 +- easyai-proxy.conf => easyai-proxy.conf.sample | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .env => .env.sample (100%) rename .env.tools => .env.tools.sample (100%) rename easyai-proxy.conf => easyai-proxy.conf.sample (100%) diff --git a/.env b/.env.sample similarity index 100% rename from .env rename to .env.sample diff --git a/.env.tools b/.env.tools.sample similarity index 100% rename from .env.tools rename to .env.tools.sample diff --git a/README.md b/README.md index b32452d..e997aba 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ git clone https://git.51easyai.com/wangbo/easyai.git cd easyai ``` -2. 修改env中环境变量,将下面两个环境变量修改为你的服务器的公网ip,本地局域网方式使用局域网IP +2. 去掉所有文件后缀的.sample后缀,修改env中环境变量,将下面两个环境变量修改为你的服务器的公网ip,本地局域网方式使用局域网IP ```bash NUXT_PUBLIC_BASE_APIURL=http://<你的服务器公网IP或者局域网地址>:3001 NUXT_PUBLIC_BASE_SOCKETURL=ws://<你的服务器公网IP或者局域网地址>:3002 diff --git a/easyai-proxy.conf b/easyai-proxy.conf.sample similarity index 100% rename from easyai-proxy.conf rename to easyai-proxy.conf.sample