mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Python
		
	
	
	
	
	
 | 
						|
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
 |