Etherpad Jitsi integration

This commit is contained in:
Béla Becker
2021-01-21 00:06:59 +01:00
parent 4b451ff782
commit 38bf1eda70
4 changed files with 15 additions and 0 deletions

View File

@ -11,5 +11,8 @@ config.p2p.stunServers = [
];
{% endif %}
{% if matrix_jitsi_etherpad_enabled %}
config.etherpad_base = {{ (matrix_jitsi_etherpad_base + '/p/') |to_json }}
{% endif %}
{{ matrix_jitsi_web_custom_config_extension }}