18
This commit is contained in:
@@ -430,7 +430,7 @@ class McpService
|
||||
'database' => config('thinkorm.connections.mysql.database', ''),
|
||||
],
|
||||
'cache' => [
|
||||
'default' => config('plugin.bilulanlv.think-cache.app.default', 'redis'),
|
||||
'default' => config('think-cache.app.default', 'redis'),
|
||||
'stores' => array_keys(config('cache.stores', [])),
|
||||
]
|
||||
];
|
||||
@@ -650,7 +650,7 @@ class McpService
|
||||
|
||||
case 'cache':
|
||||
return [
|
||||
'default_driver' => config('plugin.bilulanlv.think-cache.app.default', 'redis'),
|
||||
'default_driver' => config('think-cache.app.default', 'redis'),
|
||||
'opcache_enabled' => function_exists('opcache_get_status') && opcache_get_status() !== false,
|
||||
'redis_available' => extension_loaded('redis'),
|
||||
'memcached_available' => extension_loaded('memcached'),
|
||||
@@ -697,7 +697,7 @@ class McpService
|
||||
'charset' => config('thinkorm.connections.mysql.charset', 'utf8mb4'),
|
||||
'debug' => config('thinkorm.connections.mysql.trigger_sql', true),
|
||||
],
|
||||
'cache' => config('plugin.bilulanlv.think-cache.app', []),
|
||||
'cache' => config('think-cache.app', []),
|
||||
'session' => config('session', []),
|
||||
'log' => config('log', []),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user