diff --git a/config/brevo.php b/config/brevo.php deleted file mode 100644 index 7fae1ccab0..0000000000 --- a/config/brevo.php +++ /dev/null @@ -1,30 +0,0 @@ - env('BREVO_SECRET'), - - /* - |-------------------------------------------------------------------------- - | Guzzle options - |-------------------------------------------------------------------------- - | - | Under the hood we use Guzzle to make API calls to Postmark. - | Here you may provide any request options for Guzzle. - | - */ - - 'guzzle' => [ - 'timeout' => 120, - 'connect_timeout' => 120, - ], -];