mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added backup delete to app config
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f483eafae9
commit
cf99d42413
|
@ -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…
Reference in a new issue