Files
Turbine/pkg/gateway/settings.toml
2025-12-13 14:20:47 +08:00

12 lines
250 B
TOML

listen = ":2999"
[etcd]
endpoints = ["etcd.orb.local:2379"]
insecure = true
# Route overrides. The key is the incoming path prefix.
# The value is the destination in the format "/<service_name>/<path_prefix>"
[routes]
"/websocket" = "/chatter/ws"