Fixes for postmark bindings
This commit is contained in:
parent
5aa5be0f5a
commit
c83a92e2d9
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