#feature: add config page

This commit is contained in:
2025-12-25 18:39:23 +08:00
parent 3bcbd0661f
commit cd11a856bb
8 changed files with 704 additions and 119 deletions

View File

@@ -3,7 +3,7 @@
return [
'enabled_projects' => array_values(array_filter(array_map(
'trim',
explode(',', env('GIT_MONITOR_PROJECTS', 'service,portal-be,agent-be'))
explode(',', env('GIT_MONITOR_PROJECTS', 'portal-be,agent-be'))
))),
'commit_scan_limit' => 30,