summaryrefslogtreecommitdiff
path: root/searx/settings.py
blob: 9efdc20e367479397261ff0bb8ff7ba12fe635fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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

hostname = None # domain name or None - if you want to rewrite the default HTTP host