mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正sae一处配置
This commit is contained in:
11
mode/sae.php
11
mode/sae.php
@@ -48,14 +48,17 @@ return [
|
|||||||
// 指定从服务器序号
|
// 指定从服务器序号
|
||||||
'slave_no' => '',
|
'slave_no' => '',
|
||||||
],
|
],
|
||||||
'log' => [
|
'log' => [
|
||||||
'type' => 'Sae',
|
'type' => 'Sae',
|
||||||
],
|
],
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'type' => 'Sae',
|
'type' => 'Sae',
|
||||||
],
|
],
|
||||||
'file_upload_type' => 'Sae',
|
'file_upload_type' => 'Sae',
|
||||||
'compile_type' => 'Sae',
|
'template' => [
|
||||||
|
'compile_type' => 'Sae',
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// 别名定义
|
// 别名定义
|
||||||
|
|||||||
Reference in New Issue
Block a user