Update environment-variables.md

Typological error fix for STATSD variable section
This commit is contained in:
Herdi Tr
2020-08-25 23:47:17 +07:00
committed by GitHub
parent 9e8ed344bc
commit b3bc2ee3c4
+2 -2
View File
@@ -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'