first commit

This commit is contained in:
2024-12-19 04:19:57 +02:00
commit cade33cfb6
23 changed files with 768 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'defaults' => [
'quietHours' => ['18:00-10:00'],
'commented' => 'both',
'assigned' => 'none',
'mentioned' => 'none',
'dailyBriefing' => false
]
];