1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00

removal of unnecessary config file

This commit is contained in:
paulwer 2024-01-16 07:05:49 +01:00
parent 1654d72bc2
commit fb7b823993

View File

@ -1,30 +0,0 @@
<?php
return [
/* @deprecated
|--------------------------------------------------------------------------
| Brevo credentials
|--------------------------------------------------------------------------
|
| Here you may provide your Postmark server API token.
|
*/
'secret' => 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,
],
];