mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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'),
|
'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