Add support for Pushover

This commit is contained in:
James Cole
2024-12-09 07:34:01 +01:00
parent 94085ee940
commit c35ff3174a
10 changed files with 213 additions and 2 deletions

View File

@@ -61,4 +61,8 @@ return [
'mandrill' => [
'secret' => env('MANDRILL_SECRET'),
],
'pushover' => [
'token' => env('PUSHOVER_APP_TOKEN', ''),
'user_token' => env('PUSHOVER_USER_TOKEN', ''),
],
];