diff options
author | a01200356 <a01200356@itesm.mx> | 2015-12-29 20:59:51 -0600 |
---|---|---|
committer | a01200356 <a01200356@itesm.mx> | 2015-12-29 20:59:51 -0600 |
commit | b51ba32f619e6b7a927444475b0ee986d4d13a60 (patch) | |
tree | c2f7c804b0718f87279bcaa0a81d967c6b050e8d /searx/settings.yml | |
parent | d4b6ab2be47c7b7ac6ae222905a8848fc428cd69 (diff) | |
download | searxng-b51ba32f619e6b7a927444475b0ee986d4d13a60.tar.gz searxng-b51ba32f619e6b7a927444475b0ee986d4d13a60.zip |
Wolfram Alpha (no API needed now)
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index e23e4c390..d2a724118 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -302,11 +302,11 @@ engines: # 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 + - name : wolframalpha + shortcut : wa + engine : wolframalpha_noapi # api_key: 'apikey' # required! -# timeout: 6.0 + timeout: 6.0 #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ # - name : blekko images |