Support in-memory telemetry/stats database

This commit is contained in:
Maddie Zhan
2021-09-18 02:19:14 +08:00
parent 800760054e
commit 89a5de0105
4 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ manually, you can install newer version of Go into your `GOPATH`:
# redact IP addresses
redact_ip_addresses=false
# database type for statistics data, currently supports: none, bolt, mysql, postgresql
# database type for statistics data, currently supports: none, memory, bolt, mysql, postgresql
# if none is specified, no telemetry/stats will be recorded, and no result PNG will be generated
database_type="postgresql"
database_hostname="localhost"