diff --git a/config/app.php b/config/app.php index 3969da19d..d57e5a017 100755 --- a/config/app.php +++ b/config/app.php @@ -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), + ];