15 lines
290 B
TOML
15 lines
290 B
TOML
id = "capital"
|
|
|
|
[[locations]]
|
|
id = "capital"
|
|
hosts = ["localhost:8000"]
|
|
paths = ["/"]
|
|
[[locations.destinations]]
|
|
id = "capital-destination"
|
|
uri = "http://localhost:3000"
|
|
|
|
[[applications]]
|
|
id = "capital-app"
|
|
workdir = "../data/capital"
|
|
command = ["node", "server/index.mjs"]
|
|
environment = [] |