change example command to work better with the default configuration

This commit is contained in:
nikky
2020-08-26 22:21:02 +02:00
parent e17b7c9a39
commit 835639d48c

View File

@@ -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"