RoadSign/regions/index.toml
2024-02-13 18:27:01 +08:00

14 lines
229 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"