summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2019-12-30 07:44:31 +0100
committerGitHub <noreply@github.com>2019-12-30 07:44:31 +0100
commit754a10c1c1b66195f3ae7542806593d87158a61b (patch)
tree0c2e238ed8fd03a95a090692d0d761fe2ea13d79 /searx/settings.yml
parentf6d66c0f6f1d8f1f583d9000ee0123450cce8130 (diff)
parent36e72a46192235615f63a02984ab88c70145b0ec (diff)
Merge pull request #1661 from 0xhtml/fix-engine-spotify
Fix engine spotify As you can read here https://developer.spotify.com/documentation/web-api/#authentication all requests to the spotify api require authentication. You can not test the api without credentials.
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index e41b84c13..2a2d2bf87 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -598,9 +598,12 @@ engines:
shortcut : se
categories : science
- - name : spotify
- engine : spotify
- shortcut : stf
+# Spotify needs API credentials
+# - name : spotify
+# engine : spotify
+# shortcut : stf
+# api_client_id : *******
+# api_client_secret : *******
- name : startpage
engine : startpage