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"