We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c5728 commit cff952bCopy full SHA for cff952b
config/laravel-echo-api-gateway.php
@@ -5,7 +5,7 @@
5
'connection' => [
6
'key' => env('AWS_ACCESS_KEY_ID'),
7
'secret' => env('AWS_SECRET_ACCESS_KEY'),
8
- 'token' => env('AWS_SESSION_TOKEN'),
+ // 'token' => env('AWS_SESSION_TOKEN'),
9
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
10
],
11
0 commit comments