| 
port = 11111secret_key = "ultrasecretkey" # change this!debug = Falserequest_timeout = 5.0 # secondsweights = {} # 'search_engine_name': float(weight) | default is 1.0blacklist = [] # search engine blacklistcategories = {} # custom search engine categoriesbase_url = None # "https://your.domain.tld/" or None (to use request parameters)
 |