mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
update config.php.example, set auto as default engine
This commit is contained in:
+4
-5
@@ -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"
|
||||
),
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user