You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
600 B
33 lines
600 B
[server] |
|
addr = "0.0.0.0" |
|
port = 8080 |
|
|
|
[site] |
|
name = "Scope" |
|
baseURL = "http://localhost:8080" |
|
sourceURL = "https://gitea.arsenm.dev/Arsen6331/scope" |
|
theme = "dark" |
|
|
|
[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
|
|
|