Browse Source

review fix

tags/v2.2.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
68faf7926e
2 changed files with 11 additions and 10 deletions
  1. 5
    5
      conventional.yaml
  2. 6
    5
      default.yaml

+ 5
- 5
conventional.yaml View File

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

+ 6
- 5
default.yaml View File

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

Loading…
Cancel
Save