mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update environment-variables.md
Typological error fix for STATSD variable section
This commit is contained in:
parent
9e8ed344bc
commit
b3bc2ee3c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue