2013-10-19 14:18:41 +00:00
|
|
|
|
|
|
|
port = 8888
|
|
|
|
|
|
|
|
secret_key = "ultrasecretkey" # change this!
|
|
|
|
|
2013-11-02 23:31:03 +00:00
|
|
|
debug = True
|
|
|
|
|
|
|
|
request_timeout = 5.0 # seconds
|
2013-10-19 14:18:41 +00:00
|
|
|
|
|
|
|
weights = {} # 'search_engine_name': float(weight) | default is 1.0
|
|
|
|
|
|
|
|
blacklist = [] # search engine blacklist
|
|
|
|
|
|
|
|
categories = {} # custom search engine categories
|
2013-12-26 00:53:26 +00:00
|
|
|
|
|
|
|
hostname = None # domain name or None - if you want to rewrite the default HTTP host
|