1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Merge pull request #173 from akljohny/patch-1

fixed typos
This commit is contained in:
Eldad A. Fux 2019-10-13 14:10:45 +03:00 committed by GitHub
commit 9a64f0762c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@ 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 it 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
Allows you to disable abuse checks and API rate limiting. By default set to 'enabled'. To cancel the abuse checking, set to 'disabled'. It is not recommended to disable this check in a production environment.
Allows you to disable abuse checks and API rate limiting. By default, set to 'enabled'. To cancel the abuse checking, set to 'disabled'. It is not recommended to disable this check in a production environment.
### _APP_OPENSSL_KEY_V1
@ -28,7 +28,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 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 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.
@ -108,7 +108,7 @@ SMTP server TCP port. Default value is: '25'
### _APP_SMTP_SECURE
SMTP secure connection protocol. Empty by default, Change to 'tls' if running on a secure connection.
SMTP secure connection protocol. Empty by default, change to 'tls' if running on a secure connection.
### _APP_SMTP_USERNAME