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