Added backup delete to app config

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-24 15:48:37 -07:00
parent f483eafae9
commit cf99d42413

View file

@ -442,4 +442,16 @@ return [
'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),
];