mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user