From e1aaa886e440f514be2570ffe5ffa3419b639bbd Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 22 Feb 2022 18:11:13 +0545 Subject: [PATCH] Update app/config/variables.php Co-authored-by: Christy Jacob --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 51b8632db2..70ec390e08 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -461,7 +461,7 @@ return [ 'question' => '', ], [ - 'name' => '_APP_STORAGE_DEVICE_DO_SPACES_ACCESS_KEY', + 'name' => '_APP_STORAGE_DO_SPACES_ACCESS_KEY', 'description' => 'DigitalOcean spaces access key. Required when the storage adapter is set to DOSpaces. You can get your access key from your DigitalOcean console.', 'introduction' => '0.13.0', 'default' => '',