模板文件目录更改

This commit is contained in:
2019-07-10 17:12:55 +08:00
parent 5046d8374a
commit 380e1345e6
66 changed files with 1114 additions and 61 deletions

View File

@@ -46,7 +46,7 @@ return [
// 数据库编码默认采用utf8
'charset' => Env::get('database.charset', 'utf8'),
// 数据库表前缀
'prefix' => Env::get('database.prefix', 'sent_'),
'prefix' => Env::get('database.prefix', ''),
// 数据库调试模式
'debug' => Env::get('database.debug', true),
// 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)
@@ -58,7 +58,7 @@ return [
// 指定从服务器序号
'slave_no' => '',
// 是否严格检查字段是否存在
'fields_strict' => false,
'fields_strict' => true,
// 是否需要进行SQL性能分析
'sql_explain' => false,
// 是否需要断线重连