Browse Source

review fix

tags/v2.2.0-rc1
Shivaram Lingamneni 4 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
 # in effect, the server can sign a token attesting that the client is present on
783
 # in effect, the server can sign a token attesting that the client is present on
784
 # the server, is a member of a particular channel, etc.
784
 # the server, is a member of a particular channel, etc.
785
 extjwt:
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
     # expiration: 45s
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
     # secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
790
     # secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
791
-    # or with an RSA private key:
791
+    # # or with an RSA private key:
792
     # #rsa-private-key-file: "extjwt.pem"
792
     # #rsa-private-key-file: "extjwt.pem"
793
 
793
 
794
-    # named services:
794
+    # # named services (for `EXTJWT #channel service_name`):
795
     # services:
795
     # services:
796
     #     "jitsi":
796
     #     "jitsi":
797
     #         expiration: 30s
797
     #         expiration: 30s

+ 6
- 5
default.yaml View File

809
 # in effect, the server can sign a token attesting that the client is present on
809
 # in effect, the server can sign a token attesting that the client is present on
810
 # the server, is a member of a particular channel, etc.
810
 # the server, is a member of a particular channel, etc.
811
 extjwt:
811
 extjwt:
812
-    # default service:
812
+    # # default service config (for `EXTJWT #channel`).
813
+    # # expiration time for the token:
813
     # expiration: 45s
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
     # secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
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
     # services:
821
     # services:
821
     #     "jitsi":
822
     #     "jitsi":
822
     #         expiration: 30s
823
     #         expiration: 30s

Loading…
Cancel
Save