Backups install

This commit is contained in:
2023-12-03 18:11:46 +05:00
parent d060b27ea3
commit 7e24ffd6bc
10 changed files with 836 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<?php
return [
/*
* Enable or disable backup tool polling.
*/
'polling' => true,
/*
* Interval seconds between polling requests.
*/
'polling_interval' => 1,
/*
* Queue to use for the jobs to run through.
*/
'queue' => null,
];