diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-01-19 17:02:14 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-19 17:02:14 +0100 |
| commit | b5a3dfca60f23bac10ade068c40729f030bbad63 (patch) | |
| tree | da3142cd5f1c1d05b922be2d1e6aaaf029fa8d8d /searx/settings.yml | |
| parent | 09b7673fbd271349b6878959bd2e1ae846981e13 (diff) | |
| parent | 30bfbf2e07def8911d0b293e8032699812f43599 (diff) | |
Merge pull request #486 from a01200356/master
[enh] WolframAlpha no API engine (and tests for both)
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index e23e4c390..7a6fc6d8a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -300,13 +300,15 @@ engines: engine : vimeo shortcut : vm -# You can use the engine using the official stable API, but you need an API key -# See : http://products.wolframalpha.com/api/ -# - name : wolframalpha -# shortcut : wa -# engine : wolframalpha_api -# api_key: 'apikey' # required! -# timeout: 6.0 + - name : wolframalpha + shortcut : wa + # You can use the engine using the official stable API, but you need an API key + # See : http://products.wolframalpha.com/api/ + # engine : wolframalpha_api + # api_key: 'apikey' # required! + engine : wolframalpha_noapi + timeout: 6.0 + disabled : True #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ # - name : blekko images |