Merge pull request #513 from Hrdtr/patch-1

Update environment-variables.md
This commit is contained in:
Eldad A. Fux
2020-08-25 20:05:33 +03:00
committed by GitHub
+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'