Add guest push notifications and queue alerts
This commit is contained in:
7
config/notifications.php
Normal file
7
config/notifications.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'guest_achievements' => [
|
||||
'milestones' => array_map('intval', explode(',', (string) env('GUEST_ACHIEVEMENT_MILESTONES', '10,25,50'))),
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user