From 835639d48c0bcde84bb3506dc825f97daceea64b Mon Sep 17 00:00:00 2001 From: nikky Date: Wed, 26 Aug 2020 22:21:02 +0200 Subject: [PATCH] change example command to work better with the default configuration --- matterbridge.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 23e7b4c2..7aeaec37 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1541,7 +1541,7 @@ Buffer=1000 #Bearer token used for authentication #curl -H "Authorization: Bearer token" http://localhost:4242/api/messages # https://github.com/vi/websocat -# websocat -H="Authorization: Bearer token" ws://localhost:4242/api/websocket +# websocat -H="Authorization: Bearer token" ws://127.0.0.1:4242/api/websocket #OPTIONAL (no authorization if token is empty) Token="mytoken"