mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 14:06:15 +00:00
2.x - backups
This commit is contained in:
@ -481,4 +481,13 @@
|
||||
\App\Enums\UserRole::USER,
|
||||
\App\Enums\UserRole::ADMIN,
|
||||
],
|
||||
|
||||
'cronjob_intervals' => [
|
||||
'* * * * *' => 'Every Minute',
|
||||
'0 * * * *' => 'Hourly',
|
||||
'0 0 * * *' => 'Daily',
|
||||
'0 0 * * 0' => 'Weekly',
|
||||
'0 0 1 * *' => 'Monthly',
|
||||
'custom' => 'Custom',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user