RoadSign/regions/index.toml

22 lines
397 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-02-14 05:53:43 +00:00
id = "websocket"
uri = "http://localhost:8765"
# [[locations.destinations]]
# id = "hypertext"
# uri = "https://example.com"
2024-02-13 14:56:22 +00:00
# [[locations.destinations]]
# id = "static"
# uri = "files://regions?index=index.html"
2024-01-15 15:22:53 +00:00
2024-02-13 14:56:22 +00:00
# [[applications]]
# id = "script"
# exe = "./script.sh"
2024-02-14 05:53:43 +00:00
# workdir = "regions"