diff options
author | NikkyAI <root@nikky.moe> | 2020-08-26 22:27:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 22:27:00 +0200 |
commit | 27c02549c870680ea57a05757810ade80db42929 (patch) | |
tree | 011862f50e0101205afdb786ee3ff2503a677f22 /matterbridge.toml.sample | |
parent | 88d371c71c61aa8b68033b9c2dd4d7a8fc36e991 (diff) | |
download | matterbridge-msglm-27c02549c870680ea57a05757810ade80db42929.tar.gz matterbridge-msglm-27c02549c870680ea57a05757810ade80db42929.tar.bz2 matterbridge-msglm-27c02549c870680ea57a05757810ade80db42929.zip |
Replace gorilla with melody for websocket API (#1205)
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" |