Backups install
This commit is contained in:
18
config/nova-backup-tool.php
Normal file
18
config/nova-backup-tool.php
Normal 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,
|
||||
];
|
||||
Reference in New Issue
Block a user