diff --git a/examples/social-media/common/servers.yaml b/examples/social-media/common/servers.yaml index bb32c3802..288b0cce7 100644 --- a/examples/social-media/common/servers.yaml +++ b/examples/social-media/common/servers.yaml @@ -1,3 +1,4 @@ websiteWebSocketServer: - url: ws://mycompany.com/ws + host: mycompany.com + pathname: /ws protocol: ws \ No newline at end of file