企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 数据库修改 ### 数据库配置文件路径 数据库配置文件:`/data/config.php` 修改后建立新建数据库配置文件 `/database/laysbs.php` ### 引用多数据库修改 修改文件路径 `/thinksaas/thinksaas.php`21行 ``` //安装配置文件,数据库配置判断 if (!is_file('data/config.inc.php')) { include 'install/index.php'; exit; } ```