From 28087d708db7489ac9d884d6fb84f14a4387952d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 17 Nov 2022 07:03:59 +0000 Subject: [PATCH] feat: review comments --- 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 a25bbca881..9d5a0dd2e8 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -509,7 +509,7 @@ return [ ], [ 'name' => '_APP_CONNECTIONS_STORAGE', - 'description' => 'A DSN representing the storage device to connect to. The DSN takes the following format ://:@:/?region=. For example, for S3: \'s3://access_key:access_secret@host:port/bucket?region=us-east-1\'. To use the local filesystem, you can leave this variable empty.', + 'description' => 'A DSN representing the storage device to connect to. The DSN takes the following format ://:@:/?region=. For example, for S3: \'s3://access_key:access_secret@host:port/bucket?region=us-east-1\'. To use the local filesystem, you can leave this variable empty. Available devices are file, s3, dospaces, linode, backblaze and wasabi.', 'introduction' => '1.1.0', 'default' => '', 'required' => false,