mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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.
|
* The directory where the temporary files will be stored.
|
||||||
*/
|
*/
|
||||||
'temporary_directory' => storage_path('app/backup-temp'),
|
'temporary_directory' => storage_path('app/backup-temp'),
|
||||||
|
|
||||||
|
'encryption' => \ZipArchive::EM_AES_256,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue