diff options
| author | Stefan Antoni <stefan@antoni.io> | 2016-12-25 14:59:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-25 14:59:52 +0100 |
| commit | e6d69b082f761f2ec80d16bed7ac0473ba63a968 (patch) | |
| tree | 6d27ab006850070bd35eebe5b9a0a38efcbdb192 /searx/settings.yml | |
| parent | 96c8d36e7b3c7c27b368aa3bd43e0d6fed79fc6d (diff) | |
| parent | 07448e15e439dfee1d531ab9d1fd3aab15af5253 (diff) | |
Merge branch 'master' into add_ccctv_to_settings
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 3baf85ec2..539406d61 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -174,6 +174,7 @@ engines: suggestion_xpath : //a[@class="crossreference"] first_page_num : 0 shortcut : et + disabled : True # api-key required: http://www.faroo.com/hp/api/api.html#key # - name : faroo @@ -451,6 +452,14 @@ engines: shortcut : scc disabled : True +# - name : searx +# engine : searx_engine +# shortcut : se +# instance_urls : +# - http://127.0.0.1:8888/ +# - ... +# disabled : True + - name : spotify engine : spotify shortcut : stf |