1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Hide _APP_DB_PROJECT and _APP_DB_CONSOLE from docs

This commit is contained in:
Eldad Fux 2022-10-08 10:26:51 +03:00
parent a229eac2cc
commit 690c275ee2

View file

@ -306,24 +306,24 @@ return [
'question' => '', 'question' => '',
'filter' => 'password' 'filter' => 'password'
], ],
[ // [
'name' => '_APP_DB_PROJECT', // 'name' => '_APP_DB_PROJECT',
'description' => 'A list of comma-separated key value pairs representing Project DBs where key is the database name and value is the DSN connection string.', // 'description' => 'A list of comma-separated key value pairs representing Project DBs where key is the database name and value is the DSN connection string.',
'introduction' => 'TBD', // 'introduction' => 'TBD',
'default' => 'db_fra1_01=mysql://user:password@mariadb:3306/appwrite', // 'default' => 'db_fra1_01=mysql://user:password@mariadb:3306/appwrite',
'required' => true, // 'required' => true,
'question' => '', // 'question' => '',
'filter' => '' // 'filter' => ''
], // ],
[ // [
'name' => '_APP_DB__APP_DB_CONSOLEROOT_PASS', // 'name' => '_APP_DB_CONSOLE',
'description' => 'A key value pair representing the Console DB where key is the database name and value is the DSN connection string.', // 'description' => 'A key value pair representing the Console DB where key is the database name and value is the DSN connection string.',
'introduction' => 'TBD', // 'introduction' => 'TBD',
'default' => 'db_fra1_01=mysql://user:password@mariadb:3306/appwrite', // 'default' => 'db_fra1_01=mysql://user:password@mariadb:3306/appwrite',
'required' => true, // 'required' => true,
'question' => '', // 'question' => '',
'filter' => '' // 'filter' => ''
] // ]
], ],
], ],
[ [