From c736a9b6394291f1172135b1e6dc9df275cc3b66 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 5 Mar 2021 05:44:04 -0500 Subject: [PATCH] Disable encryption by default for backups --- config/backup.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/backup.php b/config/backup.php index b40da4da..dd5727c4 100644 --- a/config/backup.php +++ b/config/backup.php @@ -93,6 +93,11 @@ return [ * The directory where the temporary files will be stored. */ 'temporary_directory' => storage_path('app/backup-temp'), + + /** + * Encryption disabled by default + */ + 'encryption' => false, ], /*