1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Break unused variables placeholders for Jitsi and E2E

This commit is contained in:
tituspijean 2022-08-25 10:20:06 +02:00
parent 9aa7173819
commit 8363dd1c98
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -7,8 +7,8 @@ location /.well-known/matrix/server {
location /.well-known/matrix/client { location /.well-known/matrix/client {
return 200 '{ return 200 '{
"m.homeserver": { "base_url": "https://__DOMAIN__" }, "m.homeserver": { "base_url": "https://__DOMAIN__" },
# "im.vector.riot.jitsi": {"preferredDomain": "__JITSI_SERVER__"}, # "im.vector.riot.jitsi": {"preferredDomain": "##JITSI_SERVER__"},
# "im.vector.riot.e2ee": {"default": __E2E_ENABLED_BY_DEFAULT__ } # "im.vector.riot.e2ee": {"default": ##E2E_ENABLED_BY_DEFAULT__ }
}'; }';
add_header Content-Type application/json; add_header Content-Type application/json;
add_header Access-Control-Allow-Origin '*'; add_header Access-Control-Allow-Origin '*';