1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Added missing description

This commit is contained in:
Eldad Fux 2021-01-15 21:12:06 +02:00
parent f9afa2c951
commit 2f5b829eed

View file

@ -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' => '',