diff options
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 |