RoadSign/config/example.toml

31 lines
744 B
TOML
Raw Normal View History

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