#add git monitor
This commit is contained in:
12
config/git-monitor.php
Normal file
12
config/git-monitor.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'enabled_projects' => array_values(array_filter(array_map(
|
||||
'trim',
|
||||
explode(',', env('GIT_MONITOR_PROJECTS', 'service,portal-be,agent-be'))
|
||||
))),
|
||||
|
||||
'commit_scan_limit' => 30,
|
||||
|
||||
'git_timeout' => 180,
|
||||
];
|
||||
@@ -45,4 +45,9 @@ return [
|
||||
'timeout' => env('MONO_TIMEOUT', 30),
|
||||
],
|
||||
|
||||
'dingtalk' => [
|
||||
'webhook' => env('DINGTALK_WEBHOOK'),
|
||||
'secret' => env('DINGTALK_SECRET'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user