Skip to content

Commit 9530937

Browse files
hmaztertaylorotwell
authored andcommitted
Add DYNAMODB_ENDPOINT to the cache config (laravel#5034)
This adds the DYNAMODB_ENDPOINT environment variable to the dynamodb store of the cache cofig. Its usage is implemented in the framework as laravel/framework#28600
1 parent 762e987 commit 9530937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
'secret' => env('AWS_SECRET_ACCESS_KEY'),
8383
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
8484
'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
85+
'endpoint' => env('DYNAMODB_ENDPOINT'),
8586
],
8687

8788
],

0 commit comments

Comments
 (0)