* perf: log

* README

* docs
This commit is contained in:
Archer
2023-08-10 14:26:10 +08:00
committed by GitHub
parent 4dc0fd3c3f
commit a0c397cfd2
9 changed files with 209 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ sidebar_position: 1
# 快速介绍
由于环境变量不利于配置复杂的内容,新版 FastGPT 采用了 ConfigMap 的形式挂载配置文件,你可以在 client/data/config.json 看到默认的配置文件。
由于环境变量不利于配置复杂的内容,新版 FastGPT 采用了 ConfigMap 的形式挂载配置文件,你可以在 client/data/config.json 看到默认的配置文件。可以参考 [docker-compose 部署](/docs/develop/deploy/docker) 来挂载配置文件。
开发环境下,你需要复制一份 config.json 成 config.local.json 文件才会生效。
@@ -22,8 +22,8 @@ sidebar_position: 1
"show_appStore": false, // 是否展示应用市场(不过目前权限还没做好,放开也没用)
"show_userDetail": false, // 是否展示用户详情账号余额、OpenAI 绑定)
"show_git": true, // 是否展示 Git
"systemTitle": "FastAI", // 系统的 title
"authorText": "Made by FastAI Team.", // 签名
"systemTitle": "FastGPT", // 系统的 title
"authorText": "Made by FastGPT Team.", // 签名
"gitLoginKey": "" // Git 登录凭证
}
```