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