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