diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 673500e2..7aeaec37 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1540,6 +1540,8 @@ 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://127.0.0.1:4242/api/websocket #OPTIONAL (no authorization if token is empty) Token="mytoken" |