RoadSign/regions/index.toml

18 lines
325 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-13 14:56:22 +00:00
id = "hypertext"
uri = "https://postman-echo.com/get"
# [[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"
# workdir = "regions"