mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Update all owner events so they support all channels
This commit is contained in:
@@ -62,7 +62,7 @@ return [
|
||||
'secret' => env('MANDRILL_SECRET'),
|
||||
],
|
||||
'pushover' => [
|
||||
'token' => env('PUSHOVER_APP_TOKEN', ''),
|
||||
'user_token' => env('PUSHOVER_USER_TOKEN', ''),
|
||||
'token' => 'fake_token',
|
||||
'user_token' => 'fake_token',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user