diff --git a/docs/EnvironmentVariables.md b/docs/EnvironmentVariables.md index ad2adae667..d4ab417a0c 100644 --- a/docs/EnvironmentVariables.md +++ b/docs/EnvironmentVariables.md @@ -6,7 +6,7 @@ Appwrite environment variables allow you to edit your server setup configuration ### _APP_ENV -Set your server running environment. By default the var is set to 'development'. When deploying to production, change to: 'production'. +Set your server running environment. By default the var is set to 'development'. When deploying to production, change it to: 'production'. ### _APP_OPTIONS_ABUSE @@ -28,9 +28,9 @@ To enable this option, pass a list of allowed email domains separated by a comma ### _APP_CONSOLE_WHITELIST_IPS -This last option available allows you to restrict access to Appwrite console for users sharing the same set op 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 access to Appwrite console for users sharing the same set op 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. +To enable/activate this option, pass a list of allowed IP addresses separated by a comma. ## Redis Server @@ -116,4 +116,4 @@ SMTP server user name. Empty by default. ### _APP_SMTP_PASSWORD -SMTP server user password. Empty by default. \ No newline at end of file +SMTP server user password. Empty by default.