slim configuration

This commit is contained in:
Taylor Otwell
2024-02-23 14:35:25 -06:00
parent 96508d43ec
commit f437205a5e
11 changed files with 72 additions and 132 deletions

View File

@@ -18,10 +18,6 @@ return [
'token' => env('POSTMARK_TOKEN'),
],
'resend' => [
'key' => env('RESEND_KEY'),
],
'ses' => [
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),