diff options
| author | a01200356 <a01200356@itesm.mx> | 2015-12-29 16:27:53 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2015-12-29 16:27:53 -0600 |
| commit | d4b6ab2be47c7b7ac6ae222905a8848fc428cd69 (patch) | |
| tree | 802e46845d87b3191b98f84363bf59b42d4d151b /searx/settings.yml | |
| parent | e4dd75070f09223437ce48f8dfeeafae755613eb (diff) | |
| parent | 01f3e41fec5c4c1e8a80db16f06476bb2fbb322d (diff) | |
Merge branch 'master' into wolframalpha
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 |