We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b9418 commit 3ed8723Copy full SHA for 3ed8723
docs/mercure.md
@@ -19,6 +19,8 @@ localhost
19
mercure {
20
# The secret key used to sign the JWT tokens for publishers
21
publisher_jwt !ChangeThisMercureHubJWTSecretKey!
22
+ # When publisher_jwt is set, you must set subscriber_jwt too!
23
+ subscriber_jwt !ChangeThisMercureHubJWTSecretKey!
24
# Allows anonymous subscribers (without JWT)
25
anonymous
26
}
0 commit comments