Added backup delete to app config
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f483eafae9
commit
cf99d42413
1 changed files with 12 additions and 0 deletions
|
@ -442,4 +442,16 @@ return [
|
||||||
|
|
||||||
'allow_purge' => env('ALLOW_DATA_PURGE', false),
|
'allow_purge' => env('ALLOW_DATA_PURGE', false),
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Allow Backup Deletion
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| This sets whether or not to allow superadmins to delete backups
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'allow_backup_delete' => env('ALLOW_BACKUP_DELETE', false),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue