We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f05df8 commit 77ba6d5Copy full SHA for 77ba6d5
config/laravel-echo-api-gateway.php
@@ -4,6 +4,7 @@
4
"connection" => [
5
"key" => env("AWS_ACCESS_KEY_ID"),
6
"secret" => env("AWS_SECRET_ACCESS_KEY"),
7
+ "token" => env("AWS_SESSION_TOKEN"),
8
"region" => env("AWS_DEFAULT_REGION", "us-east-1"),
9
],
10
0 commit comments