Added spatie encryption line

This commit is contained in:
snipe 2021-03-09 13:38:53 -08:00
parent 89ab4bb86f
commit f05a8d782c

View file

@ -100,6 +100,8 @@ return [
* The directory where the temporary files will be stored.
*/
'temporary_directory' => storage_path('app/backup-temp'),
'encryption' => \ZipArchive::EM_AES_256,
],
/*