forked from Icycoide/searxng
[mod] drop unused setting option brand:twitter_url
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
2a2b6c4d57
commit
c9220de690
5 changed files with 0 additions and 11 deletions
|
@ -6,4 +6,3 @@ export DOCS_URL='https://searxng.github.io/searxng'
|
|||
export PUBLIC_INSTANCES='https://searx.space'
|
||||
export CONTACT_URL=''
|
||||
export WIKI_URL='https://github.com/searxng/searxng/wiki'
|
||||
export TWITTER_URL=''
|
||||
|
|
|
@ -35,7 +35,6 @@ name_val = [
|
|||
('PUBLIC_INSTANCES' , _env('brand.public_instances', '')),
|
||||
('CONTACT_URL' , _env('general.contact_url', '')),
|
||||
('WIKI_URL' , _env('brand.wiki_url', '')),
|
||||
('TWITTER_URL' , _env('brand.twitter_url', '')),
|
||||
]
|
||||
|
||||
brand_env = 'utils' + sep + 'brand.env'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue