diff --git a/README.md b/README.md index a48e764fcf..07e119af37 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Appwrite Logo

- A complete backend solution for your [Flutter / Vue / Angular / React / iOS / Android / *ANY OTHER*] client app + A complete backend solution for your [Flutter / Vue / Angular / React / iOS / Android / *ANY OTHER*] app

diff --git a/docs/tutorials/environment-variables.md b/docs/tutorials/environment-variables.md index a44e977857..9bf761563f 100644 --- a/docs/tutorials/environment-variables.md +++ b/docs/tutorials/environment-variables.md @@ -96,11 +96,11 @@ InfluxDB server TCP port. Default value is: '8086' Appwrite uses a StatsD server for aggregating and sending stats data over a fast UDP connection. The StatsD env vars are used to allow Appwrite server to connect to the StatsD container. -### _APP_INFLUXDB_HOST +### _APP_STATSD_HOST StatsD server host name address. Default value is: 'telegraf' -### _APP_INFLUXDB_PORT +### _APP_STATSD_PORT StatsD server TCP port. Default value is: '8125'