|
@@ -134,6 +134,9 @@ VirtualHost "jigasi.meet.jitsi"
|
|
"muc_password_check";
|
|
"muc_password_check";
|
|
}
|
|
}
|
|
authentication = "token"
|
|
authentication = "token"
|
|
|
|
+ {{ if .Env.JWT_SIGN_TYPE }}
|
|
|
|
+ signature_algorithm = "{{ .Env.JWT_SIGN_TYPE }}"
|
|
|
|
+ {{ end -}}
|
|
app_id = "jitsi";
|
|
app_id = "jitsi";
|
|
asap_key_server = "https://jaas-public-keys.jitsi.net/jitsi-components/prod-8x8"
|
|
asap_key_server = "https://jaas-public-keys.jitsi.net/jitsi-components/prod-8x8"
|
|
asap_accepted_issuers = { "jaas-components" }
|
|
asap_accepted_issuers = { "jaas-components" }
|