16 lines
295 B
TOML
16 lines
295 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", "standalone/server.js"]
|
|
environment = []
|