forked from Alex/Pterodactyl-Panel
Use file driver, avoids memcache error if using redis
This commit is contained in:
parent
35253f8acc
commit
d600d7ebb0
@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('CACHE_DRIVER', 'memcached'),
|
||||
'default' => env('CACHE_DRIVER', 'file'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user