Files
lucent-notifications/src/Config/notifications.php
T

11 lines
210 B
PHP
Raw Normal View History

2024-12-19 04:19:57 +02:00
<?php
return [
'defaults' => [
'quietHours' => ['18:00-10:00'],
'commented' => 'both',
'assigned' => 'none',
'mentioned' => 'none',
'dailyBriefing' => false
]
];