mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 15:54:36 -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'),
|
||||
'redirect' => env('BITBUCKET_OAUTH_REDIRECT'),
|
||||
],
|
||||
'postmark' => env('POSTMARK_SECRET'),
|
||||
'postmark' => [
|
||||
'token' => env('POSTMARK_SECRET'),
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user