diff options
| author | a01200356 <a01200356@itesm.mx> | 2015-12-27 22:39:55 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2015-12-27 22:39:55 -0600 |
| commit | 9cd3017dcb35b69574339b3a7ce3896da656e1a4 (patch) | |
| tree | f43b5ace4d2a07e96f7c5a4f55d3991bc2e33f2d /searx/settings.yml | |
| parent | 1b7e80db03faef848d0614493e2bf58366db29ea (diff) | |
Disable engine by default.
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1c8ba3f7f..e23e4c390 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -300,11 +300,13 @@ engines: engine : vimeo shortcut : vm - - name : wolframalpha - shortcut : wa - engine : wolframalpha_api - api_key: '5952JX-X52L3VKWT8' - timeout: 6.0 +# 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 #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ # - name : blekko images |