Skip to content

Commit 2b0d755

Browse files
committed
format fix
1 parent f13c2b2 commit 2b0d755

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

config/laravel-echo-api-gateway.php

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?php
22

33
return [
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"),
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'),
99
],
1010

11-
"api" => [
12-
"id" => env("LARAVEL_ECHO_API_GATEWAY_API_ID"),
13-
"stage" => env("LARAVEL_ECHO_API_GATEWAY_API_STAGE"),
11+
'api' => [
12+
'id' => env('LARAVEL_ECHO_API_GATEWAY_API_ID'),
13+
'stage' => env('LARAVEL_ECHO_API_GATEWAY_API_STAGE'),
1414
],
1515

16-
"dynamodb" => [
17-
"endpoint" => env("DYNAMODB_ENDPOINT"),
18-
"table" => env(
19-
"LARAVEL_ECHO_API_GATEWAY_DYNAMODB_TABLE",
20-
"connections"
16+
'dynamodb' => [
17+
'endpoint' => env('DYNAMODB_ENDPOINT'),
18+
'table' => env(
19+
'LARAVEL_ECHO_API_GATEWAY_DYNAMODB_TABLE',
20+
'connections'
2121
),
2222
],
2323
];

0 commit comments

Comments
 (0)