From 344130d006169aa2c71dfd59ec797195006df2e4 Mon Sep 17 00:00:00 2001 From: Jansen Arruda Date: Fri, 22 May 2020 09:15:40 -0300 Subject: [PATCH] update description of behavior update description of _APP_CONSOLE_WHITELIST_IPS behavior --- docs/tutorials/environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/environment-variables.md b/docs/tutorials/environment-variables.md index 99ca4d8d8..d18595d38 100644 --- a/docs/tutorials/environment-variables.md +++ b/docs/tutorials/environment-variables.md @@ -32,7 +32,7 @@ To enable this option, pass a list of allowed email domains separated by a comma ### _APP_CONSOLE_WHITELIST_IPS -This last option allows you to restrict access to 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. +This last option allows you to restrict 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. To enable/activate this option, pass a list of allowed IP addresses separated by a comma. @@ -130,4 +130,4 @@ This is the sender name value that will appear on email messages sent to develop ### _APP_SYSTEM_EMAIL_ADDRESS -This is the sender email address that will appear on email messages sent to developers from the Appwrite console. The default value is 'team@appwrite.io'. You should choose an email address that is allowed to be used from your SMTP server to avoid the server email ending in the users' SPAM folders. \ No newline at end of file +This is the sender email address that will appear on email messages sent to developers from the Appwrite console. The default value is 'team@appwrite.io'. You should choose an email address that is allowed to be used from your SMTP server to avoid the server email ending in the users' SPAM folders.