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