From 2f5b829eedbfd8ca29b672560aed1617d8c44aa1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 15 Jan 2021 21:12:06 +0200 Subject: [PATCH] Added missing description --- app/config/variables.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 2189dc264f..22c39bf582 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -95,7 +95,8 @@ return [ ], [ 'name' => '_APP_SYSTEM_RESPONSE_FORMAT', - 'description' => '', + 'description' => 'Use this environment variable to set the default Appwrite HTTP response format to support an older version of Appwrite. This option is useful to overcome breaking changes between versions. You can also use the `X-Appwrite-Response-Format` HTTP request header to overwrite the response for a specific request. The var accepts any valid Appwrite version. To use the current version format, leave the value of the variable empty.', + 'introduction' => '0.7.0', 'default' => '', 'required' => false, 'question' => '',