Skip to content

Commit 1c40e4e

Browse files
committed
Fix config
1 parent f22cca4 commit 1c40e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/elasticquent.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
*/
3737
'aws' => [
3838
'iam' => true,
39-
'key' => env('AWS_KEY', ''),
40-
'secret' => env('AWS_SECRET', ''),
41-
'region' => env('AWS_ES', 'us-west-2'),
39+
'key' => 'YOUR_AWS_KEY',
40+
'secret' => 'YOUR_AWS_SECRET',
41+
'region' => 'us-west-2',
4242
]
4343

4444
];

0 commit comments

Comments
 (0)