33 lines
560 B
TOML
33 lines
560 B
TOML
|
[server]
|
||
|
addr = "0.0.0.0"
|
||
|
port = 8080
|
||
|
|
||
|
[site]
|
||
|
name = "Scope"
|
||
|
baseURL = "http://localhost:8080"
|
||
|
sourceURL = "https://example.com"
|
||
|
|
||
|
[search]
|
||
|
engines = ["google", "ddg", "bing"]
|
||
|
|
||
|
[search.cards]
|
||
|
enabled = true
|
||
|
|
||
|
[search.cards.weather.units]
|
||
|
temperature = "F"
|
||
|
visibility = "mi"
|
||
|
pressure = "hPa"
|
||
|
|
||
|
[page.results]
|
||
|
showLink = true
|
||
|
engineTags = true
|
||
|
cachedLink = true
|
||
|
descCharLimit = 400
|
||
|
|
||
|
[page.results.searchbar]
|
||
|
homeBtn = true
|
||
|
resetBtn = true
|
||
|
|
||
|
[page.results.footer]
|
||
|
enabled = true
|