searx/searx/settings.py

17 lines
350 B
Python
Raw Normal View History

2013-10-19 16:18:41 +02:00
port = 8888
secret_key = "ultrasecretkey" # change this!
2013-11-03 00:31:03 +01:00
debug = True
request_timeout = 5.0 # seconds
2013-10-19 16:18:41 +02:00
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)