cleaning up configs

This commit is contained in:
Taylor Otwell
2016-03-01 08:23:00 -06:00
parent 8dbd26020a
commit ec0e06e783
5 changed files with 66 additions and 75 deletions

View File

@@ -38,17 +38,17 @@ return [
'database' => [
'driver' => 'database',
'table' => 'cache',
'table' => 'cache',
'connection' => null,
],
'file' => [
'driver' => 'file',
'path' => storage_path('framework/cache'),
'path' => storage_path('framework/cache'),
],
'memcached' => [
'driver' => 'memcached',
'driver' => 'memcached',
'servers' => [
[
'host' => env('MEMCACHED_HOST', '127.0.0.1'),