diff options
| author | Plague Doctor <plague@privacyrequired.com> | 2021-04-08 09:58:00 +1000 |
|---|---|---|
| committer | Plague Doctor <plague@privacyrequired.com> | 2021-04-08 09:58:00 +1000 |
| commit | 7035bed4ee2c8aa40c80b41e11cc538583e2b2de (patch) | |
| tree | a370b36b2e214ff7f8fb17eac346894ef7272864 /searx/settings.yml | |
| parent | 547478089f1a48bb22a7651435db6cf941afc2f5 (diff) | |
Add new engine: Wordnik.com
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 3428b2ec5..c289cde5c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1271,6 +1271,14 @@ engines: categories: videos disabled : True + - name: wordnik + engine: wordnik + shortcut: def + base_url: https://www.wordnik.com/ + categories: general + timeout: 5.0 + disabled: True + # Doku engine lets you access to any Doku wiki instance: # A public one or a privete/corporate one. # - name : ubuntuwiki |