mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[mod] settings_defaults.py: default values for the brand section
This commit is contained in:
		
							parent
							
								
									84447b87e1
								
							
						
					
					
						commit
						2624034cd6
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -151,11 +151,11 @@ SCHEMA = {
 | 
			
		|||
        'contact_url': SettingsValue((None, False, str), None),
 | 
			
		||||
    },
 | 
			
		||||
    'brand': {
 | 
			
		||||
        'issue_url': SettingsValue(str, None),
 | 
			
		||||
        'new_issue_url': SettingsValue(str, None),
 | 
			
		||||
        'docs_url': SettingsValue(str, None),
 | 
			
		||||
        'public_instances': SettingsValue(str, None),
 | 
			
		||||
        'wiki_url': SettingsValue(str, None),
 | 
			
		||||
        'issue_url': SettingsValue(str, 'https://github.com/searxng/searxng/issues'),
 | 
			
		||||
        'new_issue_url': SettingsValue(str, 'https://github.com/searxng/searxng/issues/new'),
 | 
			
		||||
        'docs_url': SettingsValue(str, 'https://searxng.github.io/searxng'),
 | 
			
		||||
        'public_instances': SettingsValue(str, 'https://searx.space'),
 | 
			
		||||
        'wiki_url': SettingsValue(str, 'https://github.com/searxng/searxng/wiki'),
 | 
			
		||||
    },
 | 
			
		||||
    'search': {
 | 
			
		||||
        'safe_search': SettingsValue((0,1,2), 0),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue