mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
fix(config.php.example): sets "text" => "auto"
This commit is contained in:
+3
-3
@@ -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"
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user