1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Use file driver, avoids memcache error if using redis

This commit is contained in:
Dane Everitt 2017-04-14 17:27:15 -04:00
parent 35253f8acc
commit d600d7ebb0
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -13,7 +13,7 @@ return [
|
*/
'default' => env('CACHE_DRIVER', 'memcached'),
'default' => env('CACHE_DRIVER', 'file'),
/*
|--------------------------------------------------------------------------