review fix

This commit is contained in:
Shivaram Lingamneni 2020-06-15 22:32:06 -04:00
parent e61e0143bd
commit 68faf7926e
2 changed files with 11 additions and 10 deletions

View File

@ -783,15 +783,15 @@ roleplay:
# in effect, the server can sign a token attesting that the client is present on
# the server, is a member of a particular channel, etc.
extjwt:
# default service config (for `EXTJWT #channel`).
# expiration time for the token:
# # default service config (for `EXTJWT #channel`).
# # expiration time for the token:
# expiration: 45s
# you can configure tokens to be signed either with HMAC and a symmetric secret:
# # you can configure tokens to be signed either with HMAC and a symmetric secret:
# secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
# or with an RSA private key:
# # or with an RSA private key:
# #rsa-private-key-file: "extjwt.pem"
# named services:
# # named services (for `EXTJWT #channel service_name`):
# services:
# "jitsi":
# expiration: 30s

View File

@ -809,14 +809,15 @@ roleplay:
# in effect, the server can sign a token attesting that the client is present on
# the server, is a member of a particular channel, etc.
extjwt:
# default service:
# # default service config (for `EXTJWT #channel`).
# # expiration time for the token:
# expiration: 45s
# symmetric secret for HMAC signing:
# # you can configure tokens to be signed either with HMAC and a symmetric secret:
# secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
# private key for RSA signing:
# rsa-private-key-file: "extjwt.pem"
# # or with an RSA private key:
# #rsa-private-key-file: "extjwt.pem"
# named services:
# # named services (for `EXTJWT #channel service_name`):
# services:
# "jitsi":
# expiration: 30s