1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

Merge branch 'master' of github.com:appwrite/appwrite into 0.7.x

This commit is contained in:
Eldad Fux 2020-08-30 09:52:53 +03:00
commit e629bbe0ec
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<a href="https://appwrite.io" target="_blank"><img width="260" height="39" src="https://appwrite.io/images/github-logo.png" alt="Appwrite Logo"></a>
<br />
<br />
<b>A complete backend solution for your [Flutter / Vue / Angular / React / iOS / Android / *ANY OTHER*] client app</b>
<b>A complete backend solution for your [Flutter / Vue / Angular / React / iOS / Android / *ANY OTHER*] app</b>
<br />
<br />
</p>

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'