Files
codefever/application/config/schedule.php
2022-02-15 17:53:53 +08:00

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'],
];