mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for postmark bindings
This commit is contained in:
parent
5aa5be0f5a
commit
c83a92e2d9
@ -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