metasearch/config-default.toml
2024-10-28 14:30:30 -04:00

32 lines
750 B
TOML

# See src/config.rs for all of the possible options.
# The commented-out lines are examples of values you could set, not the defaults.
bind = "0.0.0.0:28019"
api = false
[ui]
# engine_list_separator = true
# show_version_info = true
# stylesheet_url = "/themes/catppuccin-mocha.css"
show_settings_link = false
site_name = "Dashboard"
[image_search]
enabled = true
[engines]
# numbat = false
# fend = true
[urls.replace]
# "www.reddit.com" = "old.reddit.com"
# "medium.com" = "scribe.rip"
# ".medium.com" = "scribe.rip"
[urls.weight]
# These are checked after applying replacements. Setting the weight to 0 (or any
# negative number) completely hides the result. Longer matches have a higher
# priority.
# "quora.com" = 0.1
# ".quora.com" = 0.1