mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
27 lines
803 B
Diff
27 lines
803 B
Diff
diff --git a/settings.toml b/settings.toml
|
|
index 8e04b4a2c6..4cfaaf69ae 100644
|
|
--- a/settings.toml
|
|
+++ b/settings.toml
|
|
@@ -11,7 +11,7 @@ server_lng=0
|
|
ipinfo_api_key=""
|
|
|
|
# assets directory path, defaults to `assets` in the same directory
|
|
-assets_path="./assets"
|
|
+assets_path="/usr/share/speedtest-go/assets"
|
|
|
|
# password for logging into statistics page
|
|
statistics_password="PASSWORD"
|
|
@@ -19,11 +19,11 @@ statistics_password="PASSWORD"
|
|
redact_ip_addresses=false
|
|
|
|
# database type for statistics data, currently supports: bolt, mysql, postgresql
|
|
-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=""
|