mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
Introduce filament
This commit is contained in:
@@ -142,6 +142,14 @@ return [
|
||||
'database' => (int)env('REDIS_CACHE_DB', '1'),
|
||||
],
|
||||
|
||||
'session' => [
|
||||
'url' => env('REDIS_URL'),
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => (int)env('REDIS_PORT', '6379'),
|
||||
'database' => 10,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user