You've already forked speedtest-go
Support in-memory telemetry/stats database
This commit is contained in:
@ -18,7 +18,7 @@ statistics_password="PASSWORD"
|
||||
# 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="bolt"
|
||||
database_hostname=""
|
||||
|
Reference in New Issue
Block a user