企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 应用配置 ***** 文件路径:config/config.php 配置定义格式,例如: ``` return [ //应用调试模式 'app_debug' => true, //默认模块名 'default_module' => 'home', //默认控制器名 'default_controller' => 'Index', //默认操作名 'default_action' => 'index', //生成url模式 默认:false优化模式 true传统模式 'url_common_param' => false, //URL伪静态后缀 'url_html_suffix' => 'html', //是否开启路由 'url_route_on' => true, ]; ```