RoadSign/regions/index.toml

15 lines
230 B
TOML
Raw Normal View History

2024-01-13 06:46:26 +00:00
id = "index"
[[locations]]
id = "root"
hosts = ["localhost"]
paths = ["/"]
[[locations.destinations]]
2024-01-14 05:14:41 +00:00
id = "static"
2024-01-14 06:52:19 +00:00
uri = "files://regions?index=index.html"
2024-01-15 15:22:53 +00:00
[[applications]]
id = "script"
exe = "./script.sh"
workdir = "regions"