mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-07 14:07:53 +08:00
7 lines
207 B
PHP
Executable File
7 lines
207 B
PHP
Executable File
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
$config['crontab'] = [
|
|
// ['crontab', 'backend|customize', 'command']
|
|
['* * * * *', 'backend', 'repository_webhook run'],
|
|
];
|