Better launchpad

This commit is contained in:
2025-12-13 16:16:15 +08:00
parent 0e0ff24195
commit 0d2f78b4e7
14 changed files with 989 additions and 283 deletions

View File

@@ -1,11 +1,10 @@
listen = ":2999"
[etcd]
endpoints = ["etcd.orb.local:2379"]
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"