RoadSign/regions/index.toml
2024-01-15 23:22:53 +08:00

15 lines
230 B
TOML

id = "index"
[[locations]]
id = "root"
hosts = ["localhost"]
paths = ["/"]
[[locations.destinations]]
id = "static"
uri = "files://regions?index=index.html"
[[applications]]
id = "script"
exe = "./script.sh"
workdir = "regions"