blob: 004add2a15a36ac7c97a23927838b18cbf168fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
port = 11111
secret_key = "ultrasecretkey" # change this!
debug = False
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)
|