1
0
Fork 0
mirror of synced 2024-06-17 18:24:51 +12:00

Updated docs

This commit is contained in:
Eldad Fux 2021-03-17 22:43:54 +02:00
parent eeb7247138
commit 886d303683

View file

@ -143,7 +143,7 @@ return [
],
[
'name' => '_APP_REDIS_USER',
'description' => 'Redis server user.',
'description' => 'Redis server user. This is an optional variable. Default value is an empty string.',
'introduction' => '0.7',
'default' => '',
'required' => false,
@ -151,7 +151,7 @@ return [
],
[
'name' => '_APP_REDIS_PASS',
'description' => 'Redis server password.',
'description' => 'Redis server password. This is an optional variable. Default value is an empty string.',
'introduction' => '0.7',
'default' => '',
'required' => false,