废除use_db_switch配置及 应用状态单独数据库配置功能 应用状态可以直接配置更改的database参数 而不需要全部配置

This commit is contained in:
thinkphp
2016-02-19 11:42:48 +08:00
parent 1b2273ddc3
commit 85c2abdc6a
2 changed files with 0 additions and 6 deletions

View File

@@ -154,8 +154,6 @@ return [
// | 数据库设置
// +----------------------------------------------------------------------
// 是否启用多状态数据库配置 如果启用的话 需要跟随app_status配置不同的数据库信息
'use_db_switch' => false,
'db_fields_strict' => true,
'database' => [
// 数据库类型