mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #990 from dalf/searxng_base_url
settings.yml: allow to base_url with the SEARXNG_BASE_URL env variable
This commit is contained in:
		
						commit
						b25f118d64
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -165,7 +165,7 @@ SCHEMA = {
 | 
			
		|||
        'bind_address': SettingsValue(str, '127.0.0.1', 'SEARXNG_BIND_ADDRESS'),
 | 
			
		||||
        'limiter': SettingsValue(bool, False),
 | 
			
		||||
        'secret_key': SettingsValue(str, environ_name='SEARXNG_SECRET'),
 | 
			
		||||
        'base_url': SettingsValue((False, str), False),
 | 
			
		||||
        'base_url': SettingsValue((False, str), False, 'SEARXNG_BASE_URL'),
 | 
			
		||||
        'image_proxy': SettingsValue(bool, False),
 | 
			
		||||
        'http_protocol_version': SettingsValue(('1.0', '1.1'), '1.0'),
 | 
			
		||||
        'method': SettingsValue(('POST', 'GET'), 'POST'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue