Files
Turbine/pkg/gateway/settings.toml
2025-12-13 16:16:15 +08:00

11 lines
244 B
TOML

listen = ":2999"
[etcd]
endpoints = ["127.0.0.1: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"