Skip to content

Commit ad0cbe5

Browse files
committed
nitpicking
1 parent adf49ef commit ad0cbe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mercure.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ In addition to these environment variables,
115115
MercureBundle provides a more advanced configuration configuration:
116116

117117
* ``secret``: the key to use to sign the JWT (all other options, beside `algorithm`, `subscribe`, and `publish` will be ignored)
118-
* ``publish``: a list of topics to allow publishing to when generating the JWT (only usable when `secret`, or `factory` are provided )
119-
* ``subscribe``: a list of topics to allow subscribing to when generating the JWT (only usable when `secret`, or `factory` are provided )
120-
* ``algorithm``: The algorithm to use to sign the JWT (only usable when `secret` is provided )
118+
* ``publish``: a list of topics to allow publishing to when generating the JWT (only usable when `secret`, or `factory` are provided)
119+
* ``subscribe``: a list of topics to allow subscribing to when generating the JWT (only usable when `secret`, or `factory` are provided)
120+
* ``algorithm``: The algorithm to use to sign the JWT (only usable when `secret` is provided)
121121
* ``provider``: The ID of a service to call to provide the JWT (all other options will be ignored)
122122
* ``factory``: The ID of a service to call to create the JWT (all other options, beside `subscribe`, and `publish` will be ignored)
123123
* ``value``: the raw JWT to use (all other options will be ignored)

0 commit comments

Comments
 (0)