mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Set spatie encryption to null
This commit is contained in:
parent
cf4e97f103
commit
3fc24b4e61
|
@ -101,7 +101,8 @@ return [
|
|||
*/
|
||||
'temporary_directory' => storage_path('app/backup-temp'),
|
||||
|
||||
'encryption' => \ZipArchive::EM_AES_256,
|
||||
//'encryption' => \ZipArchive::EM_AES_256,
|
||||
'encryption' => null,
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue