mirror of https://github.com/searxng/searxng.git
parent
3c377c0aa8
commit
a7d781c49d
|
@ -197,7 +197,6 @@ SCHEMA = {
|
|||
'off_when_debug': SettingsValue(bool, True),
|
||||
},
|
||||
'engines': SettingsValue(list, []),
|
||||
'locales': SettingsValue(dict, {'en': 'English'}),
|
||||
'doi_resolvers': {
|
||||
},
|
||||
}
|
||||
|
|
|
@ -44,10 +44,6 @@ engines:
|
|||
categories: dummy
|
||||
shortcut: dd
|
||||
|
||||
locales:
|
||||
en: English
|
||||
hu: Magyar
|
||||
|
||||
doi_resolvers:
|
||||
oadoi.org: 'https://oadoi.org/'
|
||||
doi.org: 'https://doi.org/'
|
||||
|
|
Loading…
Reference in New Issue