summaryrefslogtreecommitdiff
path: root/searx/settings.py
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-19 00:33:16 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-19 00:33:16 +0100
commit3f21dd56e3fbb469d61f47f21209f29f0e73945c (patch)
tree5b2c2258fff4c79074d322a260fa1f4f8c2c9afa /searx/settings.py
parent3afdd1d9941527e23cd7c05d2c15dd24a32de834 (diff)
[fix] unused settings.py removed
Diffstat (limited to 'searx/settings.py')
-rw-r--r--searx/settings.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/searx/settings.py b/searx/settings.py
deleted file mode 100644
index 70b7a4514..000000000
--- a/searx/settings.py
+++ /dev/null
@@ -1,16 +0,0 @@
-
-port = 8888
-
-secret_key = "ultrasecretkey" # change this!
-
-debug = True
-
-request_timeout = 5.0 # seconds
-
-weights = {} # 'search_engine_name': float(weight) | default is 1.0
-
-blacklist = [] # search engine blacklist
-
-categories = {} # custom search engine categories
-
-base_url = None # "https://your.domain.tld/" or None (to use request parameters)