Disable encryption by default for backups
This commit is contained in:
parent
d2e1004e08
commit
c736a9b639
@ -93,6 +93,11 @@ 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 disabled by default
|
||||||
|
*/
|
||||||
|
'encryption' => false,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user