11 lines
244 B
TOML
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"
|