diff options
| author | Plague Doctor <plague@privacyrequired.com> | 2021-04-08 10:21:54 +1000 |
|---|---|---|
| committer | Plague Doctor <plague@privacyrequired.com> | 2021-04-08 10:21:54 +1000 |
| commit | 6631f1130512f371332242a13a4d0672a70e803f (patch) | |
| tree | e91fd3052d4236c8cd37c055fad216cbb80aa5d6 /searx/settings.yml | |
| parent | 547478089f1a48bb22a7651435db6cf941afc2f5 (diff) | |
Add new engine: SJP
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..81ef737db 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1271,6 +1271,14 @@ engines: categories: videos disabled : True + - name: słownik języka polskiego + engine: sjp + shortcut: sjp + base_url: https://sjp.pwn.pl/ + 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 |