|  | @@ -1,12 +1,12 @@
 | 
	
		
			
			| 1 | 1 |  server:
 | 
	
		
			
			| 2 | 2 |      port : 8888
 | 
	
		
			
			| 3 | 3 |      secret_key : "ultrasecretkey" # change this!
 | 
	
		
			
			| 4 |  | -    debug : False
 | 
	
		
			
			|  | 4 | +    debug : False # Debug mode, only for development
 | 
	
		
			
			| 5 | 5 |      request_timeout : 2.0 # seconds
 | 
	
		
			
			| 6 |  | -    base_url : False
 | 
	
		
			
			| 7 |  | -    themes_path : ""
 | 
	
		
			
			| 8 |  | -    default_theme : default
 | 
	
		
			
			| 9 |  | -    https_rewrite : True
 | 
	
		
			
			|  | 6 | +    base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
 | 
	
		
			
			|  | 7 | +    themes_path : "" # Custom ui themes path
 | 
	
		
			
			|  | 8 | +    default_theme : default # ui theme
 | 
	
		
			
			|  | 9 | +    https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
 | 
	
		
			
			| 10 | 10 |  
 | 
	
		
			
			| 11 | 11 |  engines:
 | 
	
		
			
			| 12 | 12 |    - name : wikipedia
 |