diff options
author | misnyo <misnyo@misnyo.eu> | 2017-08-30 18:53:00 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2017-08-30 21:09:03 +0200 |
commit | 0607b167f85acc6c0ab4c641f14b53cb4190e445 (patch) | |
tree | 51272ea6b3c147811d27f5aa472a7ffaaa0389ff /searx/settings.yml | |
parent | 489bf0f6fd1b153d20aad2ca34706cc214d91558 (diff) | |
download | searxng-0607b167f85acc6c0ab4c641f14b53cb4190e445.tar.gz searxng-0607b167f85acc6c0ab4c641f14b53cb4190e445.zip |
[fix] faroo json api and image layout fixed
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index bb06c4a0c..a98fb2663 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -189,11 +189,10 @@ engines: shortcut : et disabled : True -# api-key required: http://www.faroo.com/hp/api/api.html#key -# - name : faroo -# engine : faroo -# shortcut : fa -# api_key : 'apikey' # required! + - name : faroo + engine : faroo + shortcut : fa + disabled : True - name : 500px engine : www500px |