Skip to content

Commit b2e79f0

Browse files
authored
fix(config.php.example): sets "text" => "auto"
1 parent c77e0c1 commit b2e79f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.php.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128

129129
"preferred_engines" => array(
130130

131-
/* replace with "text" => "duckduckgo" to use duckduckgo instead
132-
* (recommended if being ratelimited */
133-
"text" => "google"
131+
/* search engine to use to search, auto will automatically balance between all scrapers, which is recommended. */
132+
"text" => "auto"
133+
// "text" => "google"
134134
// "text" => "duckduckgo"
135135
),
136136

0 commit comments

Comments
 (0)