RoadSign/config/example.toml

30 lines
677 B
TOML
Raw Normal View History

2024-01-26 05:07:42 +00:00
id = "example-region"
[[locations]]
id = "example-websocket"
host = ["localhost:8000"]
path = ["/ws"]
[[locations.destinations]]
id = "example-websocket-destination"
uri = "http://localhost:8765"
[[locations]]
2024-01-26 05:13:42 +00:00
id = "example-warden"
host = ["localhost:4321"]
2024-01-26 05:07:42 +00:00
path = ["/"]
[[locations.destinations]]
2024-01-26 05:13:42 +00:00
id = "example-warden-destination"
[[applications]]
id = "example-warden-app"
workdir = "test/data/warden"
command = ["node", "dist/server/entry.mjs"]
environment = ["PUBLIC_CMS=https://smartsheep.studio"]
# [[locations]]
# id = "example-location"
# host = ["localhost:8000"]
# path = ["/"]
# [[locations.destinations]]
# id = "example-destination"
# uri = "files://test/data"