diff --git a/settings.toml b/settings.toml index bdfe9fb..0c8c419 100644 --- a/settings.toml +++ b/settings.toml @@ -13,7 +13,7 @@ server_lng=1 ipinfo_api_key="" # assets directory path, defaults to `assets` in the same directory -assets_path="" +assets_path="/usr/share/speedtest-go/assets" # password for logging into statistics page statistics_password="PASSWORD" @@ -22,14 +22,14 @@ 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_type="" 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" +database_file="" # TLS and HTTP/2 settings. TLS is required for HTTP/2 enable_tls=false