RoadSign/test/roadsign-ssr/config/example.toml

15 lines
290 B
TOML
Raw Permalink Normal View History

2024-09-29 15:51:05 +00:00
id = "capital"
[[locations]]
2024-09-29 15:51:05 +00:00
id = "capital"
hosts = ["localhost:8000"]
paths = ["/"]
[[locations.destinations]]
2024-09-29 15:51:05 +00:00
id = "capital-destination"
uri = "http://localhost:3000"
[[applications]]
2024-09-29 15:51:05 +00:00
id = "capital-app"
workdir = "../data/capital"
command = ["node", "server/index.mjs"]
environment = []