mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Added spatie encryption line
This commit is contained in:
parent
89ab4bb86f
commit
f05a8d782c
|
@ -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,
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue