#feature: add config page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user