From 2c77429c933540ffd8fa2a391e0b7fa4ea04eb3b Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 8 Feb 2021 21:31:27 +0200 Subject: [PATCH] Hide env options --- app/config/variables.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/config/variables.php b/app/config/variables.php index ce251e375..bcec88f9e 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -63,14 +63,14 @@ return [ 'required' => false, 'question' => '', ], - [ - 'name' => '_APP_CONSOLE_WHITELIST_DOMAINS', - 'description' => 'This option allows you to limit creation of users to Appwrite console for users sharing the same email domains. This option is very useful for team working with company emails domain.\n\nTo enable this option, pass a list of allowed email domains separated by a comma.', - 'introduction' => '', - 'default' => '', - 'required' => false, - 'question' => '', - ], + // [ + // 'name' => '_APP_CONSOLE_WHITELIST_DOMAINS', + // 'description' => 'This option allows you to limit creation of users to Appwrite console for users sharing the same email domains. This option is very useful for team working with company emails domain.\n\nTo enable this option, pass a list of allowed email domains separated by a comma.', + // 'introduction' => '', + // 'default' => '', + // 'required' => false, + // 'question' => '', + // ], [ 'name' => '_APP_CONSOLE_WHITELIST_IPS', 'description' => 'This last option allows you to limit creation of users in Appwrite console for users sharing the same set of IP addresses. This option is very useful for team working with a VPN service or a company IP.\n\nTo enable/activate this option, pass a list of allowed IP addresses separated by a comma.',