fix(config.php.example): sets "text" => "auto"

This commit is contained in:
Ahwx
2024-01-03 16:13:34 +01:00
committed by GitHub
parent c77e0c18c5
commit b2e79f018b
+3 -3
View File
@@ -128,9 +128,9 @@
"preferred_engines" => array(
/* replace with "text" => "duckduckgo" to use duckduckgo instead
* (recommended if being ratelimited */
"text" => "google"
/* search engine to use to search, auto will automatically balance between all scrapers, which is recommended. */
"text" => "auto"
// "text" => "google"
// "text" => "duckduckgo"
),