From 68faf7926e9a08e0f8827d3f73ddc113cb87450f Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 15 Jun 2020 22:32:06 -0400 Subject: [PATCH] review fix --- conventional.yaml | 10 +++++----- default.yaml | 11 ++++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 0757f124..2ce840a7 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -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 diff --git a/default.yaml b/default.yaml index 9eead870..fe30f336 100644 --- a/default.yaml +++ b/default.yaml @@ -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