chore: 修改配置文件, 安装脚本地址

This commit is contained in:
yokowu
2025-07-01 17:11:47 +08:00
parent 93b5230f83
commit 5c0e5580f4
2 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ MonkeyCode 是一个开源的 AI 编程助手,旨在通过智能代码补全
使用 root 权限登录你的服务器,然后执行以下命令。
```bash
bash -c "$(curl -fsSLk https://release.baizhi.cloud/monkeycode/install.sh)"
bash -c "$(curl -fsSLk https://release.baizhi.cloud/monkeycode/manager.sh)"
```
根据命令提示的选项进行安装,命令执行过程将会持续几分钟,请耐心等待。

View File

@@ -1,5 +1,9 @@
debug: true
{{- if eq .ENABLE_PUBLIC_ACCESS "true" -}}
base_url: http://{{.LOCAL_IP}}:{{.NGINX_PORT}}
{{- else -}}
base_url: http://{{.REMOTE_IP}}:{{.NGINX_PORT}}
{{- end -}}
logger:
level: info
server: