Skip to content

Commit 77ba6d5

Browse files
committed
add token back to config
1 parent 4f05df8 commit 77ba6d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/laravel-echo-api-gateway.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"connection" => [
55
"key" => env("AWS_ACCESS_KEY_ID"),
66
"secret" => env("AWS_SECRET_ACCESS_KEY"),
7+
"token" => env("AWS_SESSION_TOKEN"),
78
"region" => env("AWS_DEFAULT_REGION", "us-east-1"),
89
],
910

0 commit comments

Comments
 (0)