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,