fix: 修复session、模板页脚页头初始化

This commit is contained in:
Ying
2022-08-29 19:29:46 +08:00
parent c665082f4f
commit 78aab734e1
8 changed files with 59 additions and 38 deletions

View File

@@ -26,13 +26,13 @@ return [
'auth' => '',
'timeout' => 2,
'database' => getenv('CACHE_SELECT') ?? 0,
'prefix' => 'redis_',
'prefix' => '',
],
'redis_cluster' => [
'host' => ['127.0.0.1:7000', '127.0.0.1:7001', '127.0.0.1:7001'],
'timeout' => 2,
'auth' => '',
'prefix' => 'redis_',
'prefix' => '',
]
],
'session_name' => 'SAPHPID',