2024-04-18 04:41:26 +00:00
|
|
|
# This is the config that's used as a fallback when a field is missing from the user's config.toml.
|
|
|
|
|
2024-04-13 02:17:34 +00:00
|
|
|
bind = "0.0.0.0:28019"
|
|
|
|
|
2024-04-18 04:43:20 +00:00
|
|
|
[ui]
|
|
|
|
show_engine_list_separator = false
|
|
|
|
show_version_info = false
|
2024-04-16 02:49:40 +00:00
|
|
|
|
2024-05-20 09:08:49 +00:00
|
|
|
[image_search]
|
|
|
|
enabled = false
|
|
|
|
show_engines = true
|
|
|
|
proxy = { enabled = true, max_download_size = 10_000_000 }
|
|
|
|
|
2024-04-13 02:17:34 +00:00
|
|
|
[engines]
|
|
|
|
google = { weight = 1.05 }
|
|
|
|
bing = { weight = 1.0 }
|
|
|
|
brave = { weight = 1.25 }
|
|
|
|
|
2024-04-16 02:49:40 +00:00
|
|
|
google_scholar = { enabled = false, weight = 0.50 }
|
2024-04-15 01:42:40 +00:00
|
|
|
rightdao = { enabled = false, weight = 0.10 }
|
|
|
|
stract = { enabled = false, weight = 0.15 }
|
|
|
|
yep = { enabled = false, weight = 0.10 }
|
|
|
|
|
2024-04-13 05:52:28 +00:00
|
|
|
# calculators (give them a high weight so they're always the first thing in autocomplete)
|
|
|
|
numbat = { weight = 10 }
|
|
|
|
fend = { enabled = false, weight = 10 }
|
|
|
|
|
2024-04-13 02:50:38 +00:00
|
|
|
[engines.marginalia]
|
|
|
|
args = { profile = "corpo", js = "default", adtech = "default" }
|
|
|
|
weight = 0.15
|
2024-04-16 02:49:40 +00:00
|
|
|
|
|
|
|
[engines.mdn]
|
|
|
|
# the number of sections of text to display
|
|
|
|
# 1 is just the summary and 0 is no limit
|
|
|
|
max_sections = 1
|