speedtest-go/settings.toml

31 lines
881 B
TOML
Raw Normal View History

# bind address, use empty string to bind to all interfaces
bind_address=""
# backend listen port
listen_port=8989
2020-08-19 05:02:37 -04:00
# proxy protocol port, use 0 to disable
proxyprotocol_port=0
# Server location
2021-09-17 09:06:00 -04:00
server_lat=1
server_lng=1
# ipinfo.io API key, if applicable
ipinfo_api_key=""
# assets directory path, defaults to `assets` in the same directory
2021-09-17 09:06:00 -04:00
assets_path=""
# password for logging into statistics page
statistics_password="PASSWORD"
# redact IP addresses
redact_ip_addresses=false
# 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=""
database_name=""
database_username=""
database_password=""
# if you use `bolt` as database, set database_file to database file location
database_file="speedtest.db"