RoadSign/config/example.toml
LittleSheep 2860542e44
Some checks are pending
release-nightly / build-docker (push) Waiting to run
🐛 Bug fixes infinite redirecting
2024-01-26 16:04:34 +08:00

31 lines
744 B
TOML

id = "example-region"
# [[locations]]
# id = "example-websocket"
# host = ["localhost:8000"]
# path = ["/ws"]
# [[locations.destinations]]
# id = "example-websocket-destination"
# uri = "http://localhost:8765"
# [[locations]]
# id = "example-warden"
# host = ["localhost:4321"]
# path = ["/"]
# [[locations.destinations]]
# id = "example-warden-destination"
# uri = "http://localhost:4321"
# [[applications]]
# id = "example-warden-app"
# workdir = "test/data/warden"
# command = ["node", "dist/server/entry.mjs"]
# environment = ["PUBLIC_CMS=https://smartsheep.studio"]
[[locations]]
id = "example"
host = ["localhost:8000"]
path = ["/"]
[[locations.destinations]]
id = "example-destination"
uri = "http://protocol.smartsheep.studio:20004"