Merge pull request #6056 from turbo124/v5-develop
Fixes for postmark bindings
This commit is contained in:
commit
27582b32bd
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue