Disable encryption by default for backups

This commit is contained in:
Nabeel Shahzad 2021-03-05 05:44:04 -05:00
parent d2e1004e08
commit c736a9b639

View File

@ -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,
], ],
/* /*