Set spatie encryption to null

This commit is contained in:
snipe 2021-03-09 21:07:41 -08:00
parent cf4e97f103
commit 3fc24b4e61

View file

@ -101,7 +101,8 @@ return [
*/
'temporary_directory' => storage_path('app/backup-temp'),
'encryption' => \ZipArchive::EM_AES_256,
//'encryption' => \ZipArchive::EM_AES_256,
'encryption' => null,
],
/*