mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			236 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
 | |
| port = 8888
 | |
| 
 | |
| secret_key = "ultrasecretkey" # change this!
 | |
| 
 | |
| debug = False
 | |
| 
 | |
| weights = {} # 'search_engine_name': float(weight) | default is 1.0
 | |
| 
 | |
| blacklist = [] # search engine blacklist
 | |
| 
 | |
| categories = {} # custom search engine categories
 |