mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
review fix
This commit is contained in:
parent
e61e0143bd
commit
68faf7926e
@ -783,15 +783,15 @@ roleplay:
|
|||||||
# in effect, the server can sign a token attesting that the client is present on
|
# 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.
|
# the server, is a member of a particular channel, etc.
|
||||||
extjwt:
|
extjwt:
|
||||||
# default service config (for `EXTJWT #channel`).
|
# # default service config (for `EXTJWT #channel`).
|
||||||
# expiration time for the token:
|
# # expiration time for the token:
|
||||||
# expiration: 45s
|
# 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"
|
# secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
|
||||||
# or with an RSA private key:
|
# # or with an RSA private key:
|
||||||
# #rsa-private-key-file: "extjwt.pem"
|
# #rsa-private-key-file: "extjwt.pem"
|
||||||
|
|
||||||
# named services:
|
# # named services (for `EXTJWT #channel service_name`):
|
||||||
# services:
|
# services:
|
||||||
# "jitsi":
|
# "jitsi":
|
||||||
# expiration: 30s
|
# expiration: 30s
|
||||||
|
11
default.yaml
11
default.yaml
@ -809,14 +809,15 @@ roleplay:
|
|||||||
# in effect, the server can sign a token attesting that the client is present on
|
# 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.
|
# the server, is a member of a particular channel, etc.
|
||||||
extjwt:
|
extjwt:
|
||||||
# default service:
|
# # default service config (for `EXTJWT #channel`).
|
||||||
|
# # expiration time for the token:
|
||||||
# expiration: 45s
|
# 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"
|
# secret: "65PHvk0K1_sM-raTsCEhatVkER_QD8a0zVV8gG2EWcI"
|
||||||
# private key for RSA signing:
|
# # or with an RSA private key:
|
||||||
# rsa-private-key-file: "extjwt.pem"
|
# #rsa-private-key-file: "extjwt.pem"
|
||||||
|
|
||||||
# named services:
|
# # named services (for `EXTJWT #channel service_name`):
|
||||||
# services:
|
# services:
|
||||||
# "jitsi":
|
# "jitsi":
|
||||||
# expiration: 30s
|
# expiration: 30s
|
||||||
|
Loading…
Reference in New Issue
Block a user