mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-09 09:04:37 -04:00
Merge pull request #6056 from turbo124/v5-develop
Fixes for postmark bindings
This commit is contained in:
commit
27582b32bd
@ -77,5 +77,7 @@ return [
|
|||||||
'client_secret' => env('BITBUCKET_CLIENT_SECRET'),
|
'client_secret' => env('BITBUCKET_CLIENT_SECRET'),
|
||||||
'redirect' => env('BITBUCKET_OAUTH_REDIRECT'),
|
'redirect' => env('BITBUCKET_OAUTH_REDIRECT'),
|
||||||
],
|
],
|
||||||
'postmark' => env('POSTMARK_SECRET'),
|
'postmark' => [
|
||||||
|
'token' => env('POSTMARK_SECRET'),
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user