From b3bc2ee3c42e589c2eb6d63e11f77741f6f2fa58 Mon Sep 17 00:00:00 2001 From: Herdi Tr <35950229+Hrdtr@users.noreply.github.com> Date: Tue, 25 Aug 2020 23:47:17 +0700 Subject: [PATCH] Update environment-variables.md Typological error fix for STATSD variable section --- docs/tutorials/environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'