summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: b60b25c86fe4fe9e34ce12d0b9531493c4e35be4 (plain)
1
2
3
4
5
6
7
root = "assets"
address = "127.0.0.1:8080"

[services]
"tobyvin.dev" = { url = "https://tobyvin.dev" }
test_cmd = { command = "stat", args = ["/tmp/test_file"] }
dns = { address = "10.42.0.1:53" }