Proper gateway

This commit is contained in:
2025-12-13 14:20:47 +08:00
parent 08d19913dc
commit f8119be171
5 changed files with 423 additions and 29 deletions

View File

@@ -1 +1,11 @@
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"