mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
removal of unnecessary config file
This commit is contained in:
parent
1654d72bc2
commit
fb7b823993
@ -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,
|
||||
],
|
||||
];
|
Loading…
Reference in New Issue
Block a user