mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[mod] settings.yml: update comments about the morty key. (#1639)
Fix #1310 Since commit af77ec35d9bd28facdab645a3d57ae340d2b501c Morty accepts base64 encoded key.
This commit is contained in:
		
							parent
							
								
									ec88fb8a0f
								
							
						
					
					
						commit
						cfcbc3a5c3
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,9 +27,11 @@ ui:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# searx supports result proxification using an external service: https://github.com/asciimoo/morty
 | 
					# searx supports result proxification using an external service: https://github.com/asciimoo/morty
 | 
				
			||||||
# uncomment below section if you have running morty proxy
 | 
					# uncomment below section if you have running morty proxy
 | 
				
			||||||
 | 
					# the key is base64 encoded (keep the !!binary notation)
 | 
				
			||||||
 | 
					# Note: since commit af77ec3, morty accepts a base64 encoded key.
 | 
				
			||||||
#result_proxy:
 | 
					#result_proxy:
 | 
				
			||||||
#    url : http://127.0.0.1:3000/
 | 
					#    url : http://127.0.0.1:3000/
 | 
				
			||||||
#    key : your_morty_proxy_key
 | 
					#    key : !!binary "your_morty_proxy_key"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
outgoing: # communication with search engines
 | 
					outgoing: # communication with search engines
 | 
				
			||||||
    request_timeout : 2.0 # seconds
 | 
					    request_timeout : 2.0 # seconds
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue