update config.php.example, set auto as default engine

This commit is contained in:
Revvy
2023-12-29 18:05:20 -05:00
parent f0aa5827cc
commit f04e1ac0ae
3 changed files with 6 additions and 7 deletions
+4 -5
View File
@@ -127,11 +127,10 @@
"preferred_engines" => array(
/* replace with "text" => "duckduckgo" to use duckduckgo instead
* (recommended if being ratelimited */
"text" => "google"
// "text" => "duckduckgo"
/* replace "auto" with a specific engine if you wish to use only that one engine, which may increase rate limiting
use default "auto" to automatically use any engine that is working
available engines: "brave", "duckduckgo", "ecosia", "google", "mojeek", "yandex" */
"text" => "auto"
),