Added cache variables to S3
This commit is contained in:
parent
9a99626b9e
commit
054de06522
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ return [
|
|||
'secret' => env('AWS_SECRET', null),
|
||||
'region' => env('AWS_REGION', null),
|
||||
'bucket' => env('AWS_BUCKET', null),
|
||||
|
||||
'cache' => [
|
||||
'store' => env('AWS_CACHE_STORE', 'memcached'),
|
||||
'expire' => env('AWS_CACHE_EXPIRES', 600),
|
||||
'prefix' => env('AWS_CACHE_PREFIX', 'cache-prefix'),
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue